Html Css Color HEX #FC652A Burnt Orange

📋 copy color: '#FC652A'

red 252 ◦ green 101 ◦ blue 42

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

Shades of Burnt Orange #FC652A

Tints of Burnt Orange #FC652A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.57%

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

R = 63.8%
G = 25.57%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC652A (or 0xFC652A) is known color: Burnt Orange. HEX triplet: FC, 65 and 2A. RGB value is (252,101,42). Sum of RGB (Red+Green+Blue) = 252+101+42=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC652A is #039AD5. Grayscale: #8B8B8B. Windows color (decimal): -236246 or 2778620. OLE color: 2778620.

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

Color convert

RGB 252 101 42 -
CMYK 0 0.60 0.83 0.01
HSL 16.86º 0.97% 0.58% -
HSV(B) 16.86º 0.83% 0.99% -
XYZ 45.22 30.17 5.63 -
YUV 139.42 73.03 208.3 -
System Red Green Blue C M Y K H S L
Decimal 252 101 42 0 0.60 0.83 0.01 16.86 0.97 0.58
Hex FC 65 2A 0 3C 53 1 11 61 3A
Octal 374 145 52 0 74 123 1 21 141 72
Binary 11111100 1100101 101010 0 111100 1010011 1 10001 1100001 111010

Color Harmonies of #FC652A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC652A

Black with #FC652A

Text Example


Text Example

White with #FC652A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC652A; }

 p { color: rgb(252,101,42); }

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

background-color css

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

 a { background-color: rgb(252,101,42); }

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

border-color css

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

 span { border-color: rgb(252,101,42); }

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