Html Css Color HEX #FCBE3B Supernova

📋 copy color: '#FCBE3B'

red 252 ◦ green 190 ◦ blue 59

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

Shades of Supernova #FCBE3B

Tints of Supernova #FCBE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.78%

R = 50.3%
G = 37.92%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCBE3B (or 0xFCBE3B) is known color: Supernova. HEX triplet: FC, BE and 3B. RGB value is (252,190,59). Sum of RGB (Red+Green+Blue) = 252+190+59=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE3B is #0341C4. Grayscale: #C2C2C2. Windows color (decimal): -213445 or 3915516. OLE color: 3915516.

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

Color convert

RGB 252 190 59 -
CMYK 0 0.25 0.77 0.01
HSL 40.73º 0.97% 0.61% -
HSV(B) 40.73º 0.77% 0.99% -
XYZ 59.35 57.84 12.17 -
YUV 193.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 252 190 59 0 0.25 0.77 0.01 40.73 0.97 0.61
Hex FC BE 3B 0 19 4D 1 29 61 3D
Octal 374 276 73 0 31 115 1 51 141 75
Binary 11111100 10111110 111011 0 11001 1001101 1 101001 1100001 111101

Color Harmonies of #FCBE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE3B

Black with #FCBE3B

Text Example


Text Example

White with #FCBE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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