Html Css Color HEX #FA8030 Burnt Orange

📋 copy color: '#FA8030'

red 250 ◦ green 128 ◦ blue 48

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

Shades of Burnt Orange #FA8030

Tints of Burnt Orange #FA8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.27%

R = 58.69%
G = 30.05%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA8030 (or 0xFA8030) is known color: Burnt Orange. HEX triplet: FA, 80 and 30. RGB value is (250,128,48). Sum of RGB (Red+Green+Blue) = 250+128+48=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 128 (50.39% from 255 or 30.05% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8030 is #057FCF. Grayscale: #9B9B9B. Windows color (decimal): -360400 or 3178746. OLE color: 3178746.

HSL color Cylindrical-coordinate representation of color #FA8030: hue angle of 23.76º degrees, saturation: 0.95, 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 #FA8030 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 48 -
CMYK 0 0.49 0.81 0.02
HSL 23.76º 0.95% 0.58% -
HSV(B) 23.76º 0.81% 0.98% -
XYZ 47.68 35.98 7.23 -
YUV 155.36 67.42 195.5 -
System Red Green Blue C M Y K H S L
Decimal 250 128 48 0 0.49 0.81 0.02 23.76 0.95 0.58
Hex FA 80 30 0 31 51 2 18 5F 3A
Octal 372 200 60 0 61 121 2 30 137 72
Binary 11111010 10000000 110000 0 110001 1010001 10 11000 1011111 111010

Color Harmonies of #FA8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8030

Black with #FA8030

Text Example


Text Example

White with #FA8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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