Html Css Color HEX #FCBD36 Supernova

📋 copy color: '#FCBD36'

red 252 ◦ green 189 ◦ blue 54

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

Shades of Supernova #FCBD36

Tints of Supernova #FCBD36

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

 BLUE value IS 54 (21.48% from 255) = 10.91%

R = 50.91%
G = 38.18%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCBD36 (or 0xFCBD36) is known color: Supernova. HEX triplet: FC, BD and 36. RGB value is (252,189,54). Sum of RGB (Red+Green+Blue) = 252+189+54=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD36 is #0342C9. Grayscale: #C1C1C1. Windows color (decimal): -213706 or 3587580. OLE color: 3587580.

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

Color convert

RGB 252 189 54 -
CMYK 0 0.25 0.79 0.01
HSL 40.91º 0.97% 0.6% -
HSV(B) 40.91º 0.79% 0.99% -
XYZ 59.01 57.36 11.45 -
YUV 192.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 252 189 54 0 0.25 0.79 0.01 40.91 0.97 0.6
Hex FC BD 36 0 19 4F 1 29 61 3C
Octal 374 275 66 0 31 117 1 51 141 74
Binary 11111100 10111101 110110 0 11001 1001111 1 101001 1100001 111100

Color Harmonies of #FCBD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD36

Black with #FCBD36

Text Example


Text Example

White with #FCBD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD36; }

 p { color: rgb(252,189,54); }

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

background-color css

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

 a { background-color: rgb(252,189,54); }

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

border-color css

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

 span { border-color: rgb(252,189,54); }

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