Html Css Color HEX #F26A09 Safety Orange

📋 copy color: '#F26A09'

red 242 ◦ green 106 ◦ blue 9

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

Shades of Safety Orange #F26A09

Tints of Safety Orange #F26A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.52%

R = 67.79%
G = 29.69%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#F26A09 (or 0xF26A09) is known color: Safety Orange. HEX triplet: F2, 6A and 09. RGB value is (242,106,9). Sum of RGB (Red+Green+Blue) = 242+106+9=357 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.79% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A09 is #0D95F6. Grayscale: #888888. Windows color (decimal): -890359 or 617202. OLE color: 617202.

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

Color convert

RGB 242 106 9 -
CMYK 0 0.56 0.96 0.05
HSL 24.98º 0.93% 0.49% -
HSV(B) 24.98º 0.96% 0.95% -
XYZ 41.82 29.21 3.69 -
YUV 135.61 56.56 203.89 -
System Red Green Blue C M Y K H S L
Decimal 242 106 9 0 0.56 0.96 0.05 24.98 0.93 0.49
Hex F2 6A 9 0 38 60 5 19 5D 31
Octal 362 152 11 0 70 140 5 31 135 61
Binary 11110010 1101010 1001 0 111000 1100000 101 11001 1011101 110001

Color Harmonies of #F26A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A09

Black with #F26A09

Text Example


Text Example

White with #F26A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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