Html Css Color HEX #F9662F Burnt Orange

📋 copy color: '#F9662F'

red 249 ◦ green 102 ◦ blue 47

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

Shades of Burnt Orange #F9662F

Tints of Burnt Orange #F9662F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.81%

R = 62.56%
G = 25.63%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9662F (or 0xF9662F) is known color: Burnt Orange. HEX triplet: F9, 66 and 2F. RGB value is (249,102,47). Sum of RGB (Red+Green+Blue) = 249+102+47=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9662F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9662F is #0699D0. Grayscale: #8C8C8C. Windows color (decimal): -432593 or 3106553. OLE color: 3106553.

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

Color convert

RGB 249 102 47 -
CMYK 0 0.59 0.81 0.02
HSL 16.34º 0.94% 0.58% -
HSV(B) 16.34º 0.81% 0.98% -
XYZ 44.33 29.85 6.11 -
YUV 139.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 249 102 47 0 0.59 0.81 0.02 16.34 0.94 0.58
Hex F9 66 2F 0 3B 51 2 10 5E 3A
Octal 371 146 57 0 73 121 2 20 136 72
Binary 11111001 1100110 101111 0 111011 1010001 10 10000 1011110 111010

Color Harmonies of #F9662F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9662F

Black with #F9662F

Text Example


Text Example

White with #F9662F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9662F; }

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

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

background-color css

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

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

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

border-color css

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

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

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