Html Css Color HEX #FCB72D Supernova

📋 copy color: '#FCB72D'

red 252 ◦ green 183 ◦ blue 45

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

Shades of Supernova #FCB72D

Tints of Supernova #FCB72D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 45 (17.97% from 255) = 9.38%

R = 52.5%
G = 38.13%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCB72D (or 0xFCB72D) is known color: Supernova. HEX triplet: FC, B7 and 2D. RGB value is (252,183,45). Sum of RGB (Red+Green+Blue) = 252+183+45=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB72D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB72D is #0348D2. Grayscale: #BCBCBC. Windows color (decimal): -215251 or 2996220. OLE color: 2996220.

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

Color convert

RGB 252 183 45 -
CMYK 0 0.27 0.82 0.01
HSL 40º 0.97% 0.58% -
HSV(B) 40º 0.82% 0.99% -
XYZ 57.55 54.75 10.02 -
YUV 187.9 47.36 173.72 -
System Red Green Blue C M Y K H S L
Decimal 252 183 45 0 0.27 0.82 0.01 40 0.97 0.58
Hex FC B7 2D 0 1B 52 1 28 61 3A
Octal 374 267 55 0 33 122 1 50 141 72
Binary 11111100 10110111 101101 0 11011 1010010 1 101000 1100001 111010

Color Harmonies of #FCB72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB72D

Black with #FCB72D

Text Example


Text Example

White with #FCB72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB72D; }

 p { color: rgb(252,183,45); }

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

background-color css

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

 a { background-color: rgb(252,183,45); }

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

border-color css

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

 span { border-color: rgb(252,183,45); }

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