Html Css Color HEX #FCB82F Supernova

📋 copy color: '#FCB82F'

red 252 ◦ green 184 ◦ blue 47

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

Shades of Supernova #FCB82F

Tints of Supernova #FCB82F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

 BLUE value IS 47 (18.75% from 255) = 9.73%

R = 52.17%
G = 38.1%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCB82F (or 0xFCB82F) is known color: Supernova. HEX triplet: FC, B8 and 2F. RGB value is (252,184,47). Sum of RGB (Red+Green+Blue) = 252+184+47=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB82F is #0347D0. Grayscale: #BDBDBD. Windows color (decimal): -214993 or 3127548. OLE color: 3127548.

HSL color Cylindrical-coordinate representation of color #FCB82F: hue angle of 40.1º 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 #FCB82F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 184 47 -
CMYK 0 0.27 0.81 0.01
HSL 40.1º 0.97% 0.59% -
HSV(B) 40.1º 0.81% 0.99% -
XYZ 57.8 55.18 10.29 -
YUV 188.71 48.03 173.14 -
System Red Green Blue C M Y K H S L
Decimal 252 184 47 0 0.27 0.81 0.01 40.1 0.97 0.59
Hex FC B8 2F 0 1B 51 1 28 61 3B
Octal 374 270 57 0 33 121 1 50 141 73
Binary 11111100 10111000 101111 0 11011 1010001 1 101000 1100001 111011

Color Harmonies of #FCB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB82F

Black with #FCB82F

Text Example


Text Example

White with #FCB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB82F; }

 p { color: rgb(252,184,47); }

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

background-color css

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

 a { background-color: rgb(252,184,47); }

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

border-color css

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

 span { border-color: rgb(252,184,47); }

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