Html Css Color HEX #F46100 Safety Orange

📋 copy color: '#F46100'

red 244 ◦ green 97 ◦ blue 0

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

Shades of Safety Orange #F46100

Tints of Safety Orange #F46100

RGB

 RED value IS 244 (95.7% from 255) = 71.55%

 GREEN value IS 97 (38.28% from 255) = 28.45%

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

R = 71.55%
G = 28.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F46100 (or 0xF46100) is known color: Safety Orange. HEX triplet: F4, 61 and 00. RGB value is (244,97,0). Sum of RGB (Red+Green+Blue) = 244+97+0=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F46100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46100 is #0B9EFF. Grayscale: #828282. Windows color (decimal): -761600 or 25076. OLE color: 25076.

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

Color convert

RGB 244 97 0 -
CMYK 0 0.60 1 0.04
HSL 23.85º 1% 0.48% -
HSV(B) 23.85º 1% 0.96% -
XYZ 41.58 27.78 3.17 -
YUV 129.9 54.7 209.39 -
System Red Green Blue C M Y K H S L
Decimal 244 97 0 0 0.60 1 0.04 23.85 1 0.48
Hex F4 61 0 0 3C 64 4 18 64 30
Octal 364 141 0 0 74 144 4 30 144 60
Binary 11110100 1100001 0 0 111100 1100100 100 11000 1100100 110000

Color Harmonies of #F46100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46100

Black with #F46100

Text Example


Text Example

White with #F46100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46100; }

 p { color: rgb(244,97,0); }

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

background-color css

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

 a { background-color: rgb(244,97,0); }

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

border-color css

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

 span { border-color: rgb(244,97,0); }

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