Html Css Color HEX #FCBD3D Supernova

📋 copy color: '#FCBD3D'

red 252 ◦ green 189 ◦ blue 61

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

Shades of Supernova #FCBD3D

Tints of Supernova #FCBD3D

RGB

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

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

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

R = 50.2%
G = 37.65%
B = 12.15%

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

#FCBD3D (or 0xFCBD3D) is known color: Supernova. HEX triplet: FC, BD and 3D. RGB value is (252,189,61). Sum of RGB (Red+Green+Blue) = 252+189+61=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD3D is #0342C2. Grayscale: #C1C1C1. Windows color (decimal): -213699 or 4046332. OLE color: 4046332.

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

Color convert

RGB 252 189 61 -
CMYK 0 0.25 0.76 0.01
HSL 40.21º 0.97% 0.61% -
HSV(B) 40.21º 0.76% 0.99% -
XYZ 59.18 57.43 12.38 -
YUV 193.25 53.37 169.91 -
System Red Green Blue C M Y K H S L
Decimal 252 189 61 0 0.25 0.76 0.01 40.21 0.97 0.61
Hex FC BD 3D 0 19 4C 1 28 61 3D
Octal 374 275 75 0 31 114 1 50 141 75
Binary 11111100 10111101 111101 0 11001 1001100 1 101000 1100001 111101

Color Harmonies of #FCBD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD3D

Black with #FCBD3D

Text Example


Text Example

White with #FCBD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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