Html Css Color HEX #FA762C Burnt Orange

📋 copy color: '#FA762C'

red 250 ◦ green 118 ◦ blue 44

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

Shades of Burnt Orange #FA762C

Tints of Burnt Orange #FA762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 60.68%
G = 28.64%
B = 10.68%

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

#FA762C (or 0xFA762C) is known color: Burnt Orange. HEX triplet: FA, 76 and 2C. RGB value is (250,118,44). Sum of RGB (Red+Green+Blue) = 250+118+44=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA762C is #0589D3. Grayscale: #959595. Windows color (decimal): -362964 or 2914042. OLE color: 2914042.

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

Color convert

RGB 250 118 44 -
CMYK 0 0.53 0.82 0.02
HSL 21.55º 0.95% 0.58% -
HSV(B) 21.55º 0.82% 0.98% -
XYZ 46.36 33.46 6.4 -
YUV 149.03 68.73 200.02 -
System Red Green Blue C M Y K H S L
Decimal 250 118 44 0 0.53 0.82 0.02 21.55 0.95 0.58
Hex FA 76 2C 0 35 52 2 16 5F 3A
Octal 372 166 54 0 65 122 2 26 137 72
Binary 11111010 1110110 101100 0 110101 1010010 10 10110 1011111 111010

Color Harmonies of #FA762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA762C

Black with #FA762C

Text Example


Text Example

White with #FA762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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