Html Css Color HEX #F26503 Safety Orange

📋 copy color: '#F26503'

red 242 ◦ green 101 ◦ blue 3

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

Shades of Safety Orange #F26503

Tints of Safety Orange #F26503

RGB

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

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

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

R = 69.94%
G = 29.19%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F26503 (or 0xF26503) is known color: Safety Orange. HEX triplet: F2, 65 and 03. RGB value is (242,101,3). Sum of RGB (Red+Green+Blue) = 242+101+3=346 (45% of max value = 765). Red value is 242 (94.92% from 255 or 69.94% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 242 - color contains mainly: red. Hex color #F26503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26503 is #0D9AFC. Grayscale: #848484. Windows color (decimal): -891645 or 222706. OLE color: 222706.

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

Color convert

RGB 242 101 3 -
CMYK 0 0.58 0.99 0.05
HSL 24.6º 0.98% 0.48% -
HSV(B) 24.6º 0.99% 0.95% -
XYZ 41.29 28.19 3.35 -
YUV 131.99 55.21 206.47 -
System Red Green Blue C M Y K H S L
Decimal 242 101 3 0 0.58 0.99 0.05 24.6 0.98 0.48
Hex F2 65 3 0 3A 63 5 19 62 30
Octal 362 145 3 0 72 143 5 31 142 60
Binary 11110010 1100101 11 0 111010 1100011 101 11001 1100010 110000

Color Harmonies of #F26503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26503

Black with #F26503

Text Example


Text Example

White with #F26503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26503; }

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

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

background-color css

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

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

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

border-color css

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

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

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