Html Css Color HEX #FDBA29 Supernova

📋 copy color: '#FDBA29'

red 253 ◦ green 186 ◦ blue 41

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

Shades of Supernova #FDBA29

Tints of Supernova #FDBA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.54%

R = 52.71%
G = 38.75%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDBA29 (or 0xFDBA29) is known color: Supernova. HEX triplet: FD, BA and 29. RGB value is (253,186,41). Sum of RGB (Red+Green+Blue) = 253+186+41=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA29 is #0245D6. Grayscale: #BEBEBE. Windows color (decimal): -148951 or 2734845. OLE color: 2734845.

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

Color convert

RGB 253 186 41 -
CMYK 0 0.26 0.84 0.01
HSL 41.04º 0.98% 0.58% -
HSV(B) 41.04º 0.84% 0.99% -
XYZ 58.47 56.16 9.86 -
YUV 189.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 253 186 41 0 0.26 0.84 0.01 41.04 0.98 0.58
Hex FD BA 29 0 1A 54 1 29 62 3A
Octal 375 272 51 0 32 124 1 51 142 72
Binary 11111101 10111010 101001 0 11010 1010100 1 101001 1100010 111010

Color Harmonies of #FDBA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA29

Black with #FDBA29

Text Example


Text Example

White with #FDBA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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