Html Css Color HEX #F26A06 Safety Orange

📋 copy color: '#F26A06'

red 242 ◦ green 106 ◦ blue 6

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

Shades of Safety Orange #F26A06

Tints of Safety Orange #F26A06

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

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

R = 68.36%
G = 29.94%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26A06 (or 0xF26A06) is known color: Safety Orange. HEX triplet: F2, 6A and 06. RGB value is (242,106,6). Sum of RGB (Red+Green+Blue) = 242+106+6=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A06 is #0D95F9. Grayscale: #878787. Windows color (decimal): -890362 or 420594. OLE color: 420594.

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

Color convert

RGB 242 106 6 -
CMYK 0 0.56 0.98 0.05
HSL 25.42º 0.95% 0.49% -
HSV(B) 25.42º 0.98% 0.95% -
XYZ 41.8 29.2 3.6 -
YUV 135.26 55.06 204.13 -
System Red Green Blue C M Y K H S L
Decimal 242 106 6 0 0.56 0.98 0.05 25.42 0.95 0.49
Hex F2 6A 6 0 38 62 5 19 5F 31
Octal 362 152 6 0 70 142 5 31 137 61
Binary 11110010 1101010 110 0 111000 1100010 101 11001 1011111 110001

Color Harmonies of #F26A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A06

Black with #F26A06

Text Example


Text Example

White with #F26A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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