Html Css Color HEX #FA762D Burnt Orange

📋 copy color: '#FA762D'

red 250 ◦ green 118 ◦ blue 45

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

Shades of Burnt Orange #FA762D

Tints of Burnt Orange #FA762D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

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

R = 60.53%
G = 28.57%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA762D (or 0xFA762D) is known color: Burnt Orange. HEX triplet: FA, 76 and 2D. RGB value is (250,118,45). Sum of RGB (Red+Green+Blue) = 250+118+45=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA762D is #0589D2. Grayscale: #959595. Windows color (decimal): -362963 or 2979578. OLE color: 2979578.

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

Color convert

RGB 250 118 45 -
CMYK 0 0.53 0.82 0.02
HSL 21.37º 0.95% 0.58% -
HSV(B) 21.37º 0.82% 0.98% -
XYZ 46.38 33.47 6.5 -
YUV 149.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 250 118 45 0 0.53 0.82 0.02 21.37 0.95 0.58
Hex FA 76 2D 0 35 52 2 15 5F 3A
Octal 372 166 55 0 65 122 2 25 137 72
Binary 11111010 1110110 101101 0 110101 1010010 10 10101 1011111 111010

Color Harmonies of #FA762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA762D

Black with #FA762D

Text Example


Text Example

White with #FA762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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