Html Css Color HEX #FA6F32 Burnt Orange

📋 copy color: '#FA6F32'

red 250 ◦ green 111 ◦ blue 50

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

Shades of Burnt Orange #FA6F32

Tints of Burnt Orange #FA6F32

RGB

 RED value IS 250 (98.05% from 255) = 60.83%

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 60.83%
G = 27.01%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA6F32 (or 0xFA6F32) is known color: Burnt Orange. HEX triplet: FA, 6F and 32. RGB value is (250,111,50). Sum of RGB (Red+Green+Blue) = 250+111+50=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6F32 is #0590CD. Grayscale: #919191. Windows color (decimal): -364750 or 3305466. OLE color: 3305466.

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

Color convert

RGB 250 111 50 -
CMYK 0 0.56 0.8 0.02
HSL 18.3º 0.95% 0.59% -
HSV(B) 18.3º 0.8% 0.98% -
XYZ 45.68 31.92 6.77 -
YUV 145.61 74.05 202.46 -
System Red Green Blue C M Y K H S L
Decimal 250 111 50 0 0.56 0.8 0.02 18.3 0.95 0.59
Hex FA 6F 32 0 38 50 2 12 5F 3B
Octal 372 157 62 0 70 120 2 22 137 73
Binary 11111010 1101111 110010 0 111000 1010000 10 10010 1011111 111011

Color Harmonies of #FA6F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F32

Black with #FA6F32

Text Example


Text Example

White with #FA6F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F32; }

 p { color: rgb(250,111,50); }

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

background-color css

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

 a { background-color: rgb(250,111,50); }

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

border-color css

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

 span { border-color: rgb(250,111,50); }

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