Html Css Color HEX #F26808 Safety Orange

📋 copy color: '#F26808'

red 242 ◦ green 104 ◦ blue 8

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

Shades of Safety Orange #F26808

Tints of Safety Orange #F26808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 68.36%
G = 29.38%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F26808 (or 0xF26808) is known color: Safety Orange. HEX triplet: F2, 68 and 08. RGB value is (242,104,8). Sum of RGB (Red+Green+Blue) = 242+104+8=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F26808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26808 is #0D97F7. Grayscale: #868686. Windows color (decimal): -890872 or 551154. OLE color: 551154.

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

Color convert

RGB 242 104 8 -
CMYK 0 0.57 0.97 0.05
HSL 24.62º 0.94% 0.49% -
HSV(B) 24.62º 0.97% 0.95% -
XYZ 41.61 28.8 3.59 -
YUV 134.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 242 104 8 0 0.57 0.97 0.05 24.62 0.94 0.49
Hex F2 68 8 0 39 61 5 19 5E 31
Octal 362 150 10 0 71 141 5 31 136 61
Binary 11110010 1101000 1000 0 111001 1100001 101 11001 1011110 110001

Color Harmonies of #F26808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26808

Black with #F26808

Text Example


Text Example

White with #F26808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26808; }

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

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

background-color css

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

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

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

border-color css

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

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

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