Html Css Color HEX #FDBA32 Supernova

📋 copy color: '#FDBA32'

red 253 ◦ green 186 ◦ blue 50

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

Shades of Supernova #FDBA32

Tints of Supernova #FDBA32

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.04%

 BLUE value IS 50 (19.92% from 255) = 10.22%

R = 51.74%
G = 38.04%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDBA32 (or 0xFDBA32) is known color: Supernova. HEX triplet: FD, BA and 32. RGB value is (253,186,50). Sum of RGB (Red+Green+Blue) = 253+186+50=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA32 is #0245CD. Grayscale: #BFBFBF. Windows color (decimal): -148942 or 3324669. OLE color: 3324669.

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

Color convert

RGB 253 186 50 -
CMYK 0 0.26 0.80 0.01
HSL 40.2º 0.98% 0.59% -
HSV(B) 40.2º 0.8% 0.99% -
XYZ 58.64 56.23 10.78 -
YUV 190.53 48.7 172.56 -
System Red Green Blue C M Y K H S L
Decimal 253 186 50 0 0.26 0.80 0.01 40.2 0.98 0.59
Hex FD BA 32 0 1A 50 1 28 62 3B
Octal 375 272 62 0 32 120 1 50 142 73
Binary 11111101 10111010 110010 0 11010 1010000 1 101000 1100010 111011

Color Harmonies of #FDBA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA32

Black with #FDBA32

Text Example


Text Example

White with #FDBA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA32; }

 p { color: rgb(253,186,50); }

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

background-color css

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

 a { background-color: rgb(253,186,50); }

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

border-color css

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

 span { border-color: rgb(253,186,50); }

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