Html Css Color HEX #FDBC2F Supernova

📋 copy color: '#FDBC2F'

red 253 ◦ green 188 ◦ blue 47

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

Shades of Supernova #FDBC2F

Tints of Supernova #FDBC2F

RGB

 RED value IS 253 (99.22% from 255) = 51.84%

 GREEN value IS 188 (73.83% from 255) = 38.52%

 BLUE value IS 47 (18.75% from 255) = 9.63%

R = 51.84%
G = 38.52%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDBC2F (or 0xFDBC2F) is known color: Supernova. HEX triplet: FD, BC and 2F. RGB value is (253,188,47). Sum of RGB (Red+Green+Blue) = 253+188+47=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC2F is #0243D0. Grayscale: #BFBFBF. Windows color (decimal): -148433 or 3128573. OLE color: 3128573.

HSL color Cylindrical-coordinate representation of color #FDBC2F: hue angle of 41.07º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FDBC2F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 188 47 -
CMYK 0 0.26 0.81 0.01
HSL 41.07º 0.98% 0.59% -
HSV(B) 41.07º 0.81% 0.99% -
XYZ 59 57.05 10.59 -
YUV 191.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 253 188 47 0 0.26 0.81 0.01 41.07 0.98 0.59
Hex FD BC 2F 0 1A 51 1 29 62 3B
Octal 375 274 57 0 32 121 1 51 142 73
Binary 11111101 10111100 101111 0 11010 1010001 1 101001 1100010 111011

Color Harmonies of #FDBC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBC2F

Black with #FDBC2F

Text Example


Text Example

White with #FDBC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBC2F; }

 p { color: rgb(253,188,47); }

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

background-color css

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

 a { background-color: rgb(253,188,47); }

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

border-color css

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

 span { border-color: rgb(253,188,47); }

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