Html Css Color HEX #FA802C Burnt Orange

📋 copy color: '#FA802C'

red 250 ◦ green 128 ◦ blue 44

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

Shades of Burnt Orange #FA802C

Tints of Burnt Orange #FA802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 59.24%
G = 30.33%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA802C (or 0xFA802C) is known color: Burnt Orange. HEX triplet: FA, 80 and 2C. RGB value is (250,128,44). Sum of RGB (Red+Green+Blue) = 250+128+44=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA802C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA802C is #057FD3. Grayscale: #9B9B9B. Windows color (decimal): -360404 or 2916602. OLE color: 2916602.

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

Color convert

RGB 250 128 44 -
CMYK 0 0.49 0.82 0.02
HSL 24.47º 0.95% 0.58% -
HSV(B) 24.47º 0.82% 0.98% -
XYZ 47.6 35.94 6.81 -
YUV 154.9 65.42 195.83 -
System Red Green Blue C M Y K H S L
Decimal 250 128 44 0 0.49 0.82 0.02 24.47 0.95 0.58
Hex FA 80 2C 0 31 52 2 18 5F 3A
Octal 372 200 54 0 61 122 2 30 137 72
Binary 11111010 10000000 101100 0 110001 1010010 10 11000 1011111 111010

Color Harmonies of #FA802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA802C

Black with #FA802C

Text Example


Text Example

White with #FA802C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA802C; }

 p { color: rgb(250,128,44); }

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

background-color css

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

 a { background-color: rgb(250,128,44); }

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

border-color css

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

 span { border-color: rgb(250,128,44); }

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