Html Css Color HEX #F26A07 Safety Orange

📋 copy color: '#F26A07'

red 242 ◦ green 106 ◦ blue 7

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

Shades of Safety Orange #F26A07

Tints of Safety Orange #F26A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 68.17%
G = 29.86%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F26A07 (or 0xF26A07) is known color: Safety Orange. HEX triplet: F2, 6A and 07. RGB value is (242,106,7). Sum of RGB (Red+Green+Blue) = 242+106+7=355 (47% of max value = 765). Red value is 242 (94.92% from 255 or 68.17% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A07 is #0D95F8. Grayscale: #878787. Windows color (decimal): -890361 or 486130. OLE color: 486130.

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

Color convert

RGB 242 106 7 -
CMYK 0 0.56 0.97 0.05
HSL 25.28º 0.94% 0.49% -
HSV(B) 25.28º 0.97% 0.95% -
XYZ 41.81 29.2 3.63 -
YUV 135.38 55.56 204.05 -
System Red Green Blue C M Y K H S L
Decimal 242 106 7 0 0.56 0.97 0.05 25.28 0.94 0.49
Hex F2 6A 7 0 38 61 5 19 5E 31
Octal 362 152 7 0 70 141 5 31 136 61
Binary 11110010 1101010 111 0 111000 1100001 101 11001 1011110 110001

Color Harmonies of #F26A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A07

Black with #F26A07

Text Example


Text Example

White with #F26A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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