Html Css Color HEX #FC7B30 Burnt Orange

📋 copy color: '#FC7B30'

red 252 ◦ green 123 ◦ blue 48

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

Shades of Burnt Orange #FC7B30

Tints of Burnt Orange #FC7B30

RGB

 RED value IS 252 (98.83% from 255) = 59.57%

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 48 (19.14% from 255) = 11.35%

R = 59.57%
G = 29.08%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC7B30 (or 0xFC7B30) is known color: Burnt Orange. HEX triplet: FC, 7B and 30. RGB value is (252,123,48). Sum of RGB (Red+Green+Blue) = 252+123+48=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B30 is #0384CF. Grayscale: #999999. Windows color (decimal): -230608 or 3177468. OLE color: 3177468.

HSL color Cylindrical-coordinate representation of color #FC7B30: hue angle of 22.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC7B30 is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 123 48 -
CMYK 0 0.51 0.81 0.01
HSL 22.06º 0.97% 0.59% -
HSV(B) 22.06º 0.81% 0.99% -
XYZ 47.76 35.07 7.05 -
YUV 153.02 68.74 198.6 -
System Red Green Blue C M Y K H S L
Decimal 252 123 48 0 0.51 0.81 0.01 22.06 0.97 0.59
Hex FC 7B 30 0 33 51 1 16 61 3B
Octal 374 173 60 0 63 121 1 26 141 73
Binary 11111100 1111011 110000 0 110011 1010001 1 10110 1100001 111011

Color Harmonies of #FC7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B30

Black with #FC7B30

Text Example


Text Example

White with #FC7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B30; }

 p { color: rgb(252,123,48); }

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

background-color css

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

 a { background-color: rgb(252,123,48); }

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

border-color css

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

 span { border-color: rgb(252,123,48); }

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