Html Css Color HEX #F46D0B Safety Orange

📋 copy color: '#F46D0B'

red 244 ◦ green 109 ◦ blue 11

#F46D0B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Safety Orange #F46D0B

Tints of Safety Orange #F46D0B

RGB

 RED value IS 244 (95.7% from 255) = 67.03%

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 67.03%
G = 29.95%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F46D0B (or 0xF46D0B) is known color: Safety Orange. HEX triplet: F4, 6D and 0B. RGB value is (244,109,11). Sum of RGB (Red+Green+Blue) = 244+109+11=364 (48% of max value = 765). Red value is 244 (95.70% from 255 or 67.03% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 244 - color contains mainly: red. Hex color #F46D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46D0B is #0B92F4. Grayscale: #8A8A8A. Windows color (decimal): -758517 or 749044. OLE color: 749044.

HSL color Cylindrical-coordinate representation of color #F46D0B: hue angle of 25.24º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F46D0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 109 11 -
CMYK 0 0.55 0.95 0.04
HSL 25.24º 0.91% 0.5% -
HSV(B) 25.24º 0.95% 0.96% -
XYZ 42.84 30.19 3.89 -
YUV 138.19 56.23 203.47 -
System Red Green Blue C M Y K H S L
Decimal 244 109 11 0 0.55 0.95 0.04 25.24 0.91 0.5
Hex F4 6D B 0 37 5F 4 19 5B 32
Octal 364 155 13 0 67 137 4 31 133 62
Binary 11110100 1101101 1011 0 110111 1011111 100 11001 1011011 110010

Color Harmonies of #F46D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46D0B

Black with #F46D0B

Text Example


Text Example

White with #F46D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46D0B; }

 p { color: rgb(244,109,11); }

 H1.HeaderClassName
 {
   color: #F46D0B;
 }
 .AnyTagClassName
 {
   color: #F46D0B;
 }
</style>

background-color css

<style>
 a { background-color: #F46D0B; }

 a { background-color: rgb(244,109,11); }

 div.DivClassName
 {
   background-color: #F46D0B;
 }
 .BgClassName
 {
   background-color: #F46D0B;
 }
</style>

border-color css

<style>
 span { border-color: #F46D0B; }

 span { border-color: rgb(244,109,11); }

 td.TdClassName
 {
   border-color: #F46D0B;
 }
 .TagClassName
 {
   border-color: #F46D0B;
 }
</style>