Html Css Color HEX #F46600 Safety Orange

📋 copy color: '#F46600'

red 244 ◦ green 102 ◦ blue 0

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

Shades of Safety Orange #F46600

Tints of Safety Orange #F46600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.52%
G = 29.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F46600 (or 0xF46600) is known color: Safety Orange. HEX triplet: F4, 66 and 00. RGB value is (244,102,0). Sum of RGB (Red+Green+Blue) = 244+102+0=346 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.52% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 0 (0.39% from 255 or 0% from 346); Max value from RGB is 244 - color contains mainly: red. Hex color #F46600 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46600 is #0B99FF. Grayscale: #858585. Windows color (decimal): -760320 or 26356. OLE color: 26356.

HSL color Cylindrical-coordinate representation of color #F46600: hue angle of 25.08º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F46600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 102 0 -
CMYK 0 0.58 1 0.04
HSL 25.08º 1% 0.48% -
HSV(B) 25.08º 1% 0.96% -
XYZ 42.06 28.74 3.33 -
YUV 132.83 53.04 207.29 -
System Red Green Blue C M Y K H S L
Decimal 244 102 0 0 0.58 1 0.04 25.08 1 0.48
Hex F4 66 0 0 3A 64 4 19 64 30
Octal 364 146 0 0 72 144 4 31 144 60
Binary 11110100 1100110 0 0 111010 1100100 100 11001 1100100 110000

Color Harmonies of #F46600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46600

Black with #F46600

Text Example


Text Example

White with #F46600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46600; }

 p { color: rgb(244,102,0); }

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

background-color css

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

 a { background-color: rgb(244,102,0); }

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

border-color css

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

 span { border-color: rgb(244,102,0); }

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