Html Css Color HEX #FCBD41 Supernova

📋 copy color: '#FCBD41'

red 252 ◦ green 189 ◦ blue 65

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

Shades of Supernova #FCBD41

Tints of Supernova #FCBD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.85%

R = 49.8%
G = 37.35%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCBD41 (or 0xFCBD41) is known color: Supernova. HEX triplet: FC, BD and 41. RGB value is (252,189,65). Sum of RGB (Red+Green+Blue) = 252+189+65=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD41 is #0342BE. Grayscale: #C2C2C2. Windows color (decimal): -213695 or 4308476. OLE color: 4308476.

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

Color convert

RGB 252 189 65 -
CMYK 0 0.25 0.74 0.01
HSL 39.79º 0.97% 0.62% -
HSV(B) 39.79º 0.74% 0.99% -
XYZ 59.3 57.47 12.97 -
YUV 193.7 55.37 169.58 -
System Red Green Blue C M Y K H S L
Decimal 252 189 65 0 0.25 0.74 0.01 39.79 0.97 0.62
Hex FC BD 41 0 19 4A 1 28 61 3E
Octal 374 275 101 0 31 112 1 50 141 76
Binary 11111100 10111101 1000001 0 11001 1001010 1 101000 1100001 111110

Color Harmonies of #FCBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD41

Black with #FCBD41

Text Example


Text Example

White with #FCBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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