Html Css Color HEX #FCBB34 Supernova

📋 copy color: '#FCBB34'

red 252 ◦ green 187 ◦ blue 52

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

Shades of Supernova #FCBB34

Tints of Supernova #FCBB34

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.09%

 BLUE value IS 52 (20.7% from 255) = 10.59%

R = 51.32%
G = 38.09%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCBB34 (or 0xFCBB34) is known color: Supernova. HEX triplet: FC, BB and 34. RGB value is (252,187,52). Sum of RGB (Red+Green+Blue) = 252+187+52=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB34 is #0344CB. Grayscale: #BFBFBF. Windows color (decimal): -214220 or 3455996. OLE color: 3455996.

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

Color convert

RGB 252 187 52 -
CMYK 0 0.26 0.79 0.01
HSL 40.5º 0.97% 0.6% -
HSV(B) 40.5º 0.79% 0.99% -
XYZ 58.54 56.48 11.07 -
YUV 191.05 49.53 171.48 -
System Red Green Blue C M Y K H S L
Decimal 252 187 52 0 0.26 0.79 0.01 40.5 0.97 0.6
Hex FC BB 34 0 1A 4F 1 28 61 3C
Octal 374 273 64 0 32 117 1 50 141 74
Binary 11111100 10111011 110100 0 11010 1001111 1 101000 1100001 111100

Color Harmonies of #FCBB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB34

Black with #FCBB34

Text Example


Text Example

White with #FCBB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB34; }

 p { color: rgb(252,187,52); }

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

background-color css

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

 a { background-color: rgb(252,187,52); }

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

border-color css

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

 span { border-color: rgb(252,187,52); }

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