Html Css Color HEX #F26610 Safety Orange

📋 copy color: '#F26610'

red 242 ◦ green 102 ◦ blue 16

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

Shades of Safety Orange #F26610

Tints of Safety Orange #F26610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 16 (6.64% from 255) = 4.44%

R = 67.22%
G = 28.33%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F26610 (or 0xF26610) is known color: Safety Orange. HEX triplet: F2, 66 and 10. RGB value is (242,102,16). Sum of RGB (Red+Green+Blue) = 242+102+16=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 16 (6.64% from 255 or 4.44% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F26610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26610 is #0D99EF. Grayscale: #868686. Windows color (decimal): -891376 or 1074930. OLE color: 1074930.

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

Color convert

RGB 242 102 16 -
CMYK 0 0.58 0.93 0.05
HSL 22.83º 0.9% 0.51% -
HSV(B) 22.83º 0.93% 0.95% -
XYZ 41.46 28.42 3.79 -
YUV 134.06 61.38 204.99 -
System Red Green Blue C M Y K H S L
Decimal 242 102 16 0 0.58 0.93 0.05 22.83 0.9 0.51
Hex F2 66 10 0 3A 5D 5 17 5A 33
Octal 362 146 20 0 72 135 5 27 132 63
Binary 11110010 1100110 10000 0 111010 1011101 101 10111 1011010 110011

Color Harmonies of #F26610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26610

Black with #F26610

Text Example


Text Example

White with #F26610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26610; }

 p { color: rgb(242,102,16); }

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

background-color css

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

 a { background-color: rgb(242,102,16); }

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

border-color css

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

 span { border-color: rgb(242,102,16); }

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