Html Css Color HEX #F26505 Safety Orange

📋 copy color: '#F26505'

red 242 ◦ green 101 ◦ blue 5

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

Shades of Safety Orange #F26505

Tints of Safety Orange #F26505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 69.54%
G = 29.02%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F26505 (or 0xF26505) is known color: Safety Orange. HEX triplet: F2, 65 and 05. RGB value is (242,101,5). Sum of RGB (Red+Green+Blue) = 242+101+5=348 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.54% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 242 - color contains mainly: red. Hex color #F26505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26505 is #0D9AFA. Grayscale: #848484. Windows color (decimal): -891643 or 353778. OLE color: 353778.

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

Color convert

RGB 242 101 5 -
CMYK 0 0.58 0.98 0.05
HSL 24.3º 0.96% 0.48% -
HSV(B) 24.3º 0.98% 0.95% -
XYZ 41.3 28.2 3.41 -
YUV 132.22 56.21 206.31 -
System Red Green Blue C M Y K H S L
Decimal 242 101 5 0 0.58 0.98 0.05 24.3 0.96 0.48
Hex F2 65 5 0 3A 62 5 18 60 30
Octal 362 145 5 0 72 142 5 30 140 60
Binary 11110010 1100101 101 0 111010 1100010 101 11000 1100000 110000

Color Harmonies of #F26505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26505

Black with #F26505

Text Example


Text Example

White with #F26505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26505; }

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

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

background-color css

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

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

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

border-color css

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

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

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