Html Css Color HEX #FA7F34 Burnt Orange

📋 copy color: '#FA7F34'

red 250 ◦ green 127 ◦ blue 52

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

Shades of Burnt Orange #FA7F34

Tints of Burnt Orange #FA7F34

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

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

R = 58.28%
G = 29.6%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA7F34 (or 0xFA7F34) is known color: Burnt Orange. HEX triplet: FA, 7F and 34. RGB value is (250,127,52). Sum of RGB (Red+Green+Blue) = 250+127+52=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7F34 is #0580CB. Grayscale: #9B9B9B. Windows color (decimal): -360652 or 3440634. OLE color: 3440634.

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

Color convert

RGB 250 127 52 -
CMYK 0 0.49 0.79 0.02
HSL 22.73º 0.95% 0.59% -
HSV(B) 22.73º 0.79% 0.98% -
XYZ 47.63 35.75 7.64 -
YUV 155.23 69.75 195.6 -
System Red Green Blue C M Y K H S L
Decimal 250 127 52 0 0.49 0.79 0.02 22.73 0.95 0.59
Hex FA 7F 34 0 31 4F 2 17 5F 3B
Octal 372 177 64 0 61 117 2 27 137 73
Binary 11111010 1111111 110100 0 110001 1001111 10 10111 1011111 111011

Color Harmonies of #FA7F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7F34

Black with #FA7F34

Text Example


Text Example

White with #FA7F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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