Html Css Color HEX #FCBE3D Supernova

📋 copy color: '#FCBE3D'

red 252 ◦ green 190 ◦ blue 61

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

Shades of Supernova #FCBE3D

Tints of Supernova #FCBE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.13%

R = 50.1%
G = 37.77%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCBE3D (or 0xFCBE3D) is known color: Supernova. HEX triplet: FC, BE and 3D. RGB value is (252,190,61). Sum of RGB (Red+Green+Blue) = 252+190+61=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 61 (24.22% from 255 or 12.13% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBE3D is #0341C2. Grayscale: #C2C2C2. Windows color (decimal): -213443 or 4046588. OLE color: 4046588.

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

Color convert

RGB 252 190 61 -
CMYK 0 0.25 0.76 0.01
HSL 40.52º 0.97% 0.61% -
HSV(B) 40.52º 0.76% 0.99% -
XYZ 59.4 57.86 12.45 -
YUV 193.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 252 190 61 0 0.25 0.76 0.01 40.52 0.97 0.61
Hex FC BE 3D 0 19 4C 1 29 61 3D
Octal 374 276 75 0 31 114 1 51 141 75
Binary 11111100 10111110 111101 0 11001 1001100 1 101001 1100001 111101

Color Harmonies of #FCBE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE3D

Black with #FCBE3D

Text Example


Text Example

White with #FCBE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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