Html Css Color HEX #FA7334 Burnt Orange

📋 copy color: '#FA7334'

red 250 ◦ green 115 ◦ blue 52

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

Shades of Burnt Orange #FA7334

Tints of Burnt Orange #FA7334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.58%

 BLUE value IS 52 (20.7% from 255) = 12.47%

R = 59.95%
G = 27.58%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA7334 (or 0xFA7334) is known color: Burnt Orange. HEX triplet: FA, 73 and 34. RGB value is (250,115,52). Sum of RGB (Red+Green+Blue) = 250+115+52=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7334 is #058CCB. Grayscale: #949494. Windows color (decimal): -363724 or 3437562. OLE color: 3437562.

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

Color convert

RGB 250 115 52 -
CMYK 0 0.54 0.79 0.02
HSL 19.09º 0.95% 0.59% -
HSV(B) 19.09º 0.79% 0.98% -
XYZ 46.17 32.83 7.15 -
YUV 148.18 73.73 200.62 -
System Red Green Blue C M Y K H S L
Decimal 250 115 52 0 0.54 0.79 0.02 19.09 0.95 0.59
Hex FA 73 34 0 36 4F 2 13 5F 3B
Octal 372 163 64 0 66 117 2 23 137 73
Binary 11111010 1110011 110100 0 110110 1001111 10 10011 1011111 111011

Color Harmonies of #FA7334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7334

Black with #FA7334

Text Example


Text Example

White with #FA7334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7334; }

 p { color: rgb(250,115,52); }

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

background-color css

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

 a { background-color: rgb(250,115,52); }

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

border-color css

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

 span { border-color: rgb(250,115,52); }

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