Html Css Color HEX #FCBB2D Supernova

📋 copy color: '#FCBB2D'

red 252 ◦ green 187 ◦ blue 45

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

Shades of Supernova #FCBB2D

Tints of Supernova #FCBB2D

RGB

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

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

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

R = 52.07%
G = 38.64%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCBB2D (or 0xFCBB2D) is known color: Supernova. HEX triplet: FC, BB and 2D. RGB value is (252,187,45). Sum of RGB (Red+Green+Blue) = 252+187+45=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 45 (17.97% from 255 or 9.30% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB2D is #0344D2. Grayscale: #BEBEBE. Windows color (decimal): -214227 or 2997244. OLE color: 2997244.

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

Color convert

RGB 252 187 45 -
CMYK 0 0.26 0.82 0.01
HSL 41.16º 0.97% 0.58% -
HSV(B) 41.16º 0.82% 0.99% -
XYZ 58.39 56.43 10.3 -
YUV 190.25 46.03 172.05 -
System Red Green Blue C M Y K H S L
Decimal 252 187 45 0 0.26 0.82 0.01 41.16 0.97 0.58
Hex FC BB 2D 0 1A 52 1 29 61 3A
Octal 374 273 55 0 32 122 1 51 141 72
Binary 11111100 10111011 101101 0 11010 1010010 1 101001 1100001 111010

Color Harmonies of #FCBB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBB2D

Black with #FCBB2D

Text Example


Text Example

White with #FCBB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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