Html Css Color HEX #FCBE41 Supernova

📋 copy color: '#FCBE41'

red 252 ◦ green 190 ◦ blue 65

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

Shades of Supernova #FCBE41

Tints of Supernova #FCBE41

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 49.7%
G = 37.48%
B = 12.82%

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

#FCBE41 (or 0xFCBE41) is known color: Supernova. HEX triplet: FC, BE and 41. RGB value is (252,190,65). Sum of RGB (Red+Green+Blue) = 252+190+65=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE41 is #0341BE. Grayscale: #C2C2C2. Windows color (decimal): -213439 or 4308732. OLE color: 4308732.

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

Color convert

RGB 252 190 65 -
CMYK 0 0.25 0.74 0.01
HSL 40.11º 0.97% 0.62% -
HSV(B) 40.11º 0.74% 0.99% -
XYZ 59.51 57.9 13.04 -
YUV 194.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 252 190 65 0 0.25 0.74 0.01 40.11 0.97 0.62
Hex FC BE 41 0 19 4A 1 28 61 3E
Octal 374 276 101 0 31 112 1 50 141 76
Binary 11111100 10111110 1000001 0 11001 1001010 1 101000 1100001 111110

Color Harmonies of #FCBE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE41

Black with #FCBE41

Text Example


Text Example

White with #FCBE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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