Html Css Color HEX #FCBC41 Supernova

📋 copy color: '#FCBC41'

red 252 ◦ green 188 ◦ blue 65

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

Shades of Supernova #FCBC41

Tints of Supernova #FCBC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 49.9%
G = 37.23%
B = 12.87%

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

#FCBC41 (or 0xFCBC41) is known color: Supernova. HEX triplet: FC, BC and 41. RGB value is (252,188,65). Sum of RGB (Red+Green+Blue) = 252+188+65=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC41 is #0343BE. Grayscale: #C1C1C1. Windows color (decimal): -213951 or 4308220. OLE color: 4308220.

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

Color convert

RGB 252 188 65 -
CMYK 0 0.25 0.74 0.01
HSL 39.47º 0.97% 0.62% -
HSV(B) 39.47º 0.74% 0.99% -
XYZ 59.08 57.04 12.9 -
YUV 193.11 55.7 170 -
System Red Green Blue C M Y K H S L
Decimal 252 188 65 0 0.25 0.74 0.01 39.47 0.97 0.62
Hex FC BC 41 0 19 4A 1 27 61 3E
Octal 374 274 101 0 31 112 1 47 141 76
Binary 11111100 10111100 1000001 0 11001 1001010 1 100111 1100001 111110

Color Harmonies of #FCBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC41

Black with #FCBC41

Text Example


Text Example

White with #FCBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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