Html Css Color HEX #FA772D Burnt Orange

📋 copy color: '#FA772D'

red 250 ◦ green 119 ◦ blue 45

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

Shades of Burnt Orange #FA772D

Tints of Burnt Orange #FA772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

 BLUE value IS 45 (17.97% from 255) = 10.87%

R = 60.39%
G = 28.74%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA772D (or 0xFA772D) is known color: Burnt Orange. HEX triplet: FA, 77 and 2D. RGB value is (250,119,45). Sum of RGB (Red+Green+Blue) = 250+119+45=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA772D is #0588D2. Grayscale: #969696. Windows color (decimal): -362707 or 2979834. OLE color: 2979834.

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

Color convert

RGB 250 119 45 -
CMYK 0 0.52 0.82 0.02
HSL 21.66º 0.95% 0.58% -
HSV(B) 21.66º 0.82% 0.98% -
XYZ 46.49 33.71 6.54 -
YUV 149.73 68.9 199.52 -
System Red Green Blue C M Y K H S L
Decimal 250 119 45 0 0.52 0.82 0.02 21.66 0.95 0.58
Hex FA 77 2D 0 34 52 2 16 5F 3A
Octal 372 167 55 0 64 122 2 26 137 72
Binary 11111010 1110111 101101 0 110100 1010010 10 10110 1011111 111010

Color Harmonies of #FA772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA772D

Black with #FA772D

Text Example


Text Example

White with #FA772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA772D; }

 p { color: rgb(250,119,45); }

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

background-color css

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

 a { background-color: rgb(250,119,45); }

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

border-color css

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

 span { border-color: rgb(250,119,45); }

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