Html Css Color HEX #FCBD43 Supernova

📋 copy color: '#FCBD43'

red 252 ◦ green 189 ◦ blue 67

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

Shades of Supernova #FCBD43

Tints of Supernova #FCBD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.19%

R = 49.61%
G = 37.2%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCBD43 (or 0xFCBD43) is known color: Supernova. HEX triplet: FC, BD and 43. RGB value is (252,189,67). Sum of RGB (Red+Green+Blue) = 252+189+67=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD43 is #0342BC. Grayscale: #C2C2C2. Windows color (decimal): -213693 or 4439548. OLE color: 4439548.

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

Color convert

RGB 252 189 67 -
CMYK 0 0.25 0.73 0.01
HSL 39.57º 0.97% 0.63% -
HSV(B) 39.57º 0.73% 0.99% -
XYZ 59.36 57.5 13.28 -
YUV 193.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 252 189 67 0 0.25 0.73 0.01 39.57 0.97 0.63
Hex FC BD 43 0 19 49 1 28 61 3F
Octal 374 275 103 0 31 111 1 50 141 77
Binary 11111100 10111101 1000011 0 11001 1001001 1 101000 1100001 111111

Color Harmonies of #FCBD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD43

Black with #FCBD43

Text Example


Text Example

White with #FCBD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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