Html Css Color HEX #F46425 Burnt Orange

📋 copy color: '#F46425'

red 244 ◦ green 100 ◦ blue 37

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

Shades of Burnt Orange #F46425

Tints of Burnt Orange #F46425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 64.04%
G = 26.25%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F46425 (or 0xF46425) is known color: Burnt Orange. HEX triplet: F4, 64 and 25. RGB value is (244,100,37). Sum of RGB (Red+Green+Blue) = 244+100+37=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F46425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46425 is #0B9BDA. Grayscale: #888888. Windows color (decimal): -760795 or 2450676. OLE color: 2450676.

HSL color Cylindrical-coordinate representation of color #F46425: hue angle of 18.26º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F46425 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 100 37 -
CMYK 0 0.59 0.85 0.04
HSL 18.26º 0.9% 0.55% -
HSV(B) 18.26º 0.85% 0.96% -
XYZ 42.2 28.48 5.02 -
YUV 135.87 72.21 205.12 -
System Red Green Blue C M Y K H S L
Decimal 244 100 37 0 0.59 0.85 0.04 18.26 0.9 0.55
Hex F4 64 25 0 3B 55 4 12 5A 37
Octal 364 144 45 0 73 125 4 22 132 67
Binary 11110100 1100100 100101 0 111011 1010101 100 10010 1011010 110111

Color Harmonies of #F46425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46425

Black with #F46425

Text Example


Text Example

White with #F46425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46425; }

 p { color: rgb(244,100,37); }

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

background-color css

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

 a { background-color: rgb(244,100,37); }

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

border-color css

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

 span { border-color: rgb(244,100,37); }

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