Html Css Color HEX #F26400 Safety Orange

📋 copy color: '#F26400'

red 242 ◦ green 100 ◦ blue 0

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

Shades of Safety Orange #F26400

Tints of Safety Orange #F26400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.76%
G = 29.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F26400 (or 0xF26400) is known color: Safety Orange. HEX triplet: F2, 64 and 00. RGB value is (242,100,0). Sum of RGB (Red+Green+Blue) = 242+100+0=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F26400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26400 is #0D9BFF. Grayscale: #838383. Windows color (decimal): -891904 or 25842. OLE color: 25842.

HSL color Cylindrical-coordinate representation of color #F26400: hue angle of 24.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F26400 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 100 0 -
CMYK 0 0.59 1 0.05
HSL 24.79º 1% 0.47% -
HSV(B) 24.79º 1% 0.95% -
XYZ 41.18 27.99 3.23 -
YUV 131.06 54.04 207.13 -
System Red Green Blue C M Y K H S L
Decimal 242 100 0 0 0.59 1 0.05 24.79 1 0.47
Hex F2 64 0 0 3B 64 5 19 64 2F
Octal 362 144 0 0 73 144 5 31 144 57
Binary 11110010 1100100 0 0 111011 1100100 101 11001 1100100 101111

Color Harmonies of #F26400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26400

Black with #F26400

Text Example


Text Example

White with #F26400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26400; }

 p { color: rgb(242,100,0); }

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

background-color css

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

 a { background-color: rgb(242,100,0); }

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

border-color css

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

 span { border-color: rgb(242,100,0); }

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