Html Css Color HEX #FB752A Burnt Orange

📋 copy color: '#FB752A'

red 251 ◦ green 117 ◦ blue 42

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

Shades of Burnt Orange #FB752A

Tints of Burnt Orange #FB752A

RGB

 RED value IS 251 (98.44% from 255) = 61.22%

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 61.22%
G = 28.54%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB752A (or 0xFB752A) is known color: Burnt Orange. HEX triplet: FB, 75 and 2A. RGB value is (251,117,42). Sum of RGB (Red+Green+Blue) = 251+117+42=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB752A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB752A is #048AD5. Grayscale: #949494. Windows color (decimal): -297686 or 2782715. OLE color: 2782715.

HSL color Cylindrical-coordinate representation of color #FB752A: hue angle of 21.53º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB752A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 117 42 -
CMYK 0 0.53 0.83 0.02
HSL 21.53º 0.96% 0.57% -
HSV(B) 21.53º 0.83% 0.98% -
XYZ 46.56 33.4 6.18 -
YUV 148.52 67.89 201.1 -
System Red Green Blue C M Y K H S L
Decimal 251 117 42 0 0.53 0.83 0.02 21.53 0.96 0.57
Hex FB 75 2A 0 35 53 2 16 60 39
Octal 373 165 52 0 65 123 2 26 140 71
Binary 11111011 1110101 101010 0 110101 1010011 10 10110 1100000 111001

Color Harmonies of #FB752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB752A

Black with #FB752A

Text Example


Text Example

White with #FB752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB752A; }

 p { color: rgb(251,117,42); }

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

background-color css

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

 a { background-color: rgb(251,117,42); }

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

border-color css

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

 span { border-color: rgb(251,117,42); }

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