Html Css Color HEX #F96627 Burnt Orange

📋 copy color: '#F96627'

red 249 ◦ green 102 ◦ blue 39

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

Shades of Burnt Orange #F96627

Tints of Burnt Orange #F96627

RGB

 RED value IS 249 (97.66% from 255) = 63.85%

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

 BLUE value IS 39 (15.63% from 255) = 10%

R = 63.85%
G = 26.15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#F96627 (or 0xF96627) is known color: Burnt Orange. HEX triplet: F9, 66 and 27. RGB value is (249,102,39). Sum of RGB (Red+Green+Blue) = 249+102+39=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F96627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96627 is #0699D8. Grayscale: #8B8B8B. Windows color (decimal): -432601 or 2582265. OLE color: 2582265.

HSL color Cylindrical-coordinate representation of color #F96627: hue angle of 18º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F96627 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 102 39 -
CMYK 0 0.59 0.84 0.02
HSL 18º 0.95% 0.56% -
HSV(B) 18º 0.84% 0.98% -
XYZ 44.18 29.79 5.34 -
YUV 138.77 71.7 206.62 -
System Red Green Blue C M Y K H S L
Decimal 249 102 39 0 0.59 0.84 0.02 18 0.95 0.56
Hex F9 66 27 0 3B 54 2 12 5F 38
Octal 371 146 47 0 73 124 2 22 137 70
Binary 11111001 1100110 100111 0 111011 1010100 10 10010 1011111 111000

Color Harmonies of #F96627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96627

Black with #F96627

Text Example


Text Example

White with #F96627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96627; }

 p { color: rgb(249,102,39); }

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

background-color css

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

 a { background-color: rgb(249,102,39); }

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

border-color css

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

 span { border-color: rgb(249,102,39); }

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