Html Css Color HEX #FCBD3F Supernova

📋 copy color: '#FCBD3F'

red 252 ◦ green 189 ◦ blue 63

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

Shades of Supernova #FCBD3F

Tints of Supernova #FCBD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.5%

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCBD3F (or 0xFCBD3F) is known color: Supernova. HEX triplet: FC, BD and 3F. RGB value is (252,189,63). Sum of RGB (Red+Green+Blue) = 252+189+63=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD3F is #0342C0. Grayscale: #C2C2C2. Windows color (decimal): -213697 or 4177404. OLE color: 4177404.

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

Color convert

RGB 252 189 63 -
CMYK 0 0.25 0.75 0.01
HSL 40º 0.97% 0.62% -
HSV(B) 40º 0.75% 0.99% -
XYZ 59.24 57.45 12.67 -
YUV 193.47 54.37 169.75 -
System Red Green Blue C M Y K H S L
Decimal 252 189 63 0 0.25 0.75 0.01 40 0.97 0.62
Hex FC BD 3F 0 19 4B 1 28 61 3E
Octal 374 275 77 0 31 113 1 50 141 76
Binary 11111100 10111101 111111 0 11001 1001011 1 101000 1100001 111110

Color Harmonies of #FCBD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD3F

Black with #FCBD3F

Text Example


Text Example

White with #FCBD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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