Html Css Color HEX #F26506 Safety Orange

📋 copy color: '#F26506'

red 242 ◦ green 101 ◦ blue 6

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

Shades of Safety Orange #F26506

Tints of Safety Orange #F26506

RGB

 RED value IS 242 (94.92% from 255) = 69.34%

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 69.34%
G = 28.94%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26506 (or 0xF26506) is known color: Safety Orange. HEX triplet: F2, 65 and 06. RGB value is (242,101,6). Sum of RGB (Red+Green+Blue) = 242+101+6=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 6 (2.73% from 255 or 1.72% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F26506 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26506 is #0D9AF9. Grayscale: #848484. Windows color (decimal): -891642 or 419314. OLE color: 419314.

HSL color Cylindrical-coordinate representation of color #F26506: hue angle of 24.15º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F26506 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 101 6 -
CMYK 0 0.58 0.98 0.05
HSL 24.15º 0.95% 0.49% -
HSV(B) 24.15º 0.98% 0.95% -
XYZ 41.3 28.2 3.44 -
YUV 132.33 56.71 206.22 -
System Red Green Blue C M Y K H S L
Decimal 242 101 6 0 0.58 0.98 0.05 24.15 0.95 0.49
Hex F2 65 6 0 3A 62 5 18 5F 31
Octal 362 145 6 0 72 142 5 30 137 61
Binary 11110010 1100101 110 0 111010 1100010 101 11000 1011111 110001

Color Harmonies of #F26506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26506

Black with #F26506

Text Example


Text Example

White with #F26506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26506; }

 p { color: rgb(242,101,6); }

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

background-color css

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

 a { background-color: rgb(242,101,6); }

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

border-color css

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

 span { border-color: rgb(242,101,6); }

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