Html Css Color HEX #F26606 Safety Orange

📋 copy color: '#F26606'

red 242 ◦ green 102 ◦ blue 6

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

Shades of Safety Orange #F26606

Tints of Safety Orange #F26606

RGB

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

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

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

R = 69.14%
G = 29.14%
B = 1.71%

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

#F26606 (or 0xF26606) is known color: Safety Orange. HEX triplet: F2, 66 and 06. RGB value is (242,102,6). Sum of RGB (Red+Green+Blue) = 242+102+6=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 6 (2.73% from 255 or 1.71% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F26606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26606 is #0D99F9. Grayscale: #858585. Windows color (decimal): -891386 or 419570. OLE color: 419570.

HSL color Cylindrical-coordinate representation of color #F26606: hue angle of 24.41º 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 #F26606 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 102 6 -
CMYK 0 0.58 0.98 0.05
HSL 24.41º 0.95% 0.49% -
HSV(B) 24.41º 0.98% 0.95% -
XYZ 41.4 28.39 3.47 -
YUV 132.92 56.38 205.81 -
System Red Green Blue C M Y K H S L
Decimal 242 102 6 0 0.58 0.98 0.05 24.41 0.95 0.49
Hex F2 66 6 0 3A 62 5 18 5F 31
Octal 362 146 6 0 72 142 5 30 137 61
Binary 11110010 1100110 110 0 111010 1100010 101 11000 1011111 110001

Color Harmonies of #F26606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26606

Black with #F26606

Text Example


Text Example

White with #F26606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26606; }

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

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

background-color css

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

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

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

border-color css

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

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

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