Html Css Color HEX #F66D0A Safety Orange

📋 copy color: '#F66D0A'

red 246 ◦ green 109 ◦ blue 10

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

Shades of Safety Orange #F66D0A

Tints of Safety Orange #F66D0A

RGB

 RED value IS 246 (96.48% from 255) = 67.4%

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

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 67.4%
G = 29.86%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F66D0A (or 0xF66D0A) is known color: Safety Orange. HEX triplet: F6, 6D and 0A. RGB value is (246,109,10). Sum of RGB (Red+Green+Blue) = 246+109+10=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D0A is #0992F5. Grayscale: #8B8B8B. Windows color (decimal): -627446 or 683510. OLE color: 683510.

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

Color convert

RGB 246 109 10 -
CMYK 0 0.56 0.96 0.04
HSL 25.17º 0.93% 0.5% -
HSV(B) 25.17º 0.96% 0.96% -
XYZ 43.53 30.55 3.89 -
YUV 138.68 55.39 204.55 -
System Red Green Blue C M Y K H S L
Decimal 246 109 10 0 0.56 0.96 0.04 25.17 0.93 0.5
Hex F6 6D A 0 38 60 4 19 5D 32
Octal 366 155 12 0 70 140 4 31 135 62
Binary 11110110 1101101 1010 0 111000 1100000 100 11001 1011101 110010

Color Harmonies of #F66D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66D0A

Black with #F66D0A

Text Example


Text Example

White with #F66D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66D0A; }

 p { color: rgb(246,109,10); }

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

background-color css

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

 a { background-color: rgb(246,109,10); }

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

border-color css

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

 span { border-color: rgb(246,109,10); }

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