Html Css Color HEX #F26508 Safety Orange

📋 copy color: '#F26508'

red 242 ◦ green 101 ◦ blue 8

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

Shades of Safety Orange #F26508

Tints of Safety Orange #F26508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.28%

R = 68.95%
G = 28.77%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F26508 (or 0xF26508) is known color: Safety Orange. HEX triplet: F2, 65 and 08. RGB value is (242,101,8). Sum of RGB (Red+Green+Blue) = 242+101+8=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F26508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26508 is #0D9AF7. Grayscale: #858585. Windows color (decimal): -891640 or 550386. OLE color: 550386.

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

Color convert

RGB 242 101 8 -
CMYK 0 0.58 0.97 0.05
HSL 23.85º 0.94% 0.49% -
HSV(B) 23.85º 0.97% 0.95% -
XYZ 41.32 28.2 3.5 -
YUV 132.56 57.71 206.06 -
System Red Green Blue C M Y K H S L
Decimal 242 101 8 0 0.58 0.97 0.05 23.85 0.94 0.49
Hex F2 65 8 0 3A 61 5 18 5E 31
Octal 362 145 10 0 72 141 5 30 136 61
Binary 11110010 1100101 1000 0 111010 1100001 101 11000 1011110 110001

Color Harmonies of #F26508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26508

Black with #F26508

Text Example


Text Example

White with #F26508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26508; }

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

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

background-color css

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

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

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

border-color css

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

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

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