Html Css Color HEX #FA752C Burnt Orange

📋 copy color: '#FA752C'

red 250 ◦ green 117 ◦ blue 44

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

Shades of Burnt Orange #FA752C

Tints of Burnt Orange #FA752C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 60.83%
G = 28.47%
B = 10.71%

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

#FA752C (or 0xFA752C) is known color: Burnt Orange. HEX triplet: FA, 75 and 2C. RGB value is (250,117,44). Sum of RGB (Red+Green+Blue) = 250+117+44=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA752C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA752C is #058AD3. Grayscale: #949494. Windows color (decimal): -363220 or 2913786. OLE color: 2913786.

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

Color convert

RGB 250 117 44 -
CMYK 0 0.53 0.82 0.02
HSL 21.26º 0.95% 0.58% -
HSV(B) 21.26º 0.82% 0.98% -
XYZ 46.24 33.23 6.36 -
YUV 148.45 69.06 200.44 -
System Red Green Blue C M Y K H S L
Decimal 250 117 44 0 0.53 0.82 0.02 21.26 0.95 0.58
Hex FA 75 2C 0 35 52 2 15 5F 3A
Octal 372 165 54 0 65 122 2 25 137 72
Binary 11111010 1110101 101100 0 110101 1010010 10 10101 1011111 111010

Color Harmonies of #FA752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA752C

Black with #FA752C

Text Example


Text Example

White with #FA752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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