Html Css Color HEX #F36400 Safety Orange

📋 copy color: '#F36400'

red 243 ◦ green 100 ◦ blue 0

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

Shades of Safety Orange #F36400

Tints of Safety Orange #F36400

RGB

 RED value IS 243 (95.31% from 255) = 70.85%

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

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

R = 70.85%
G = 29.15%
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

#F36400 (or 0xF36400) is known color: Safety Orange. HEX triplet: F3, 64 and 00. RGB value is (243,100,0). Sum of RGB (Red+Green+Blue) = 243+100+0=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F36400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36400 is #0C9BFF. Grayscale: #838383. Windows color (decimal): -826368 or 25843. OLE color: 25843.

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

Color convert

RGB 243 100 0 -
CMYK 0 0.59 1 0.05
HSL 24.69º 1% 0.48% -
HSV(B) 24.69º 1% 0.95% -
XYZ 41.52 28.17 3.25 -
YUV 131.36 53.88 207.63 -
System Red Green Blue C M Y K H S L
Decimal 243 100 0 0 0.59 1 0.05 24.69 1 0.48
Hex F3 64 0 0 3B 64 5 19 64 30
Octal 363 144 0 0 73 144 5 31 144 60
Binary 11110011 1100100 0 0 111011 1100100 101 11001 1100100 110000

Color Harmonies of #F36400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F36400

Black with #F36400

Text Example


Text Example

White with #F36400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F36400; }

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

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

background-color css

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

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

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

border-color css

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

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

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