Html Css Color HEX #F26A03 Safety Orange

📋 copy color: '#F26A03'

red 242 ◦ green 106 ◦ blue 3

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

Shades of Safety Orange #F26A03

Tints of Safety Orange #F26A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 68.95%
G = 30.2%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F26A03 (or 0xF26A03) is known color: Safety Orange. HEX triplet: F2, 6A and 03. RGB value is (242,106,3). Sum of RGB (Red+Green+Blue) = 242+106+3=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26A03 is #0D95FC. Grayscale: #878787. Windows color (decimal): -890365 or 223986. OLE color: 223986.

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

Color convert

RGB 242 106 3 -
CMYK 0 0.56 0.99 0.05
HSL 25.86º 0.98% 0.48% -
HSV(B) 25.86º 0.99% 0.95% -
XYZ 41.79 29.19 3.52 -
YUV 134.92 53.56 204.38 -
System Red Green Blue C M Y K H S L
Decimal 242 106 3 0 0.56 0.99 0.05 25.86 0.98 0.48
Hex F2 6A 3 0 38 63 5 1A 62 30
Octal 362 152 3 0 70 143 5 32 142 60
Binary 11110010 1101010 11 0 111000 1100011 101 11010 1100010 110000

Color Harmonies of #F26A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26A03

Black with #F26A03

Text Example


Text Example

White with #F26A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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