Html Css Color HEX #FDBA30 Supernova

📋 copy color: '#FDBA30'

red 253 ◦ green 186 ◦ blue 48

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

Shades of Supernova #FDBA30

Tints of Supernova #FDBA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.86%

R = 51.95%
G = 38.19%
B = 9.86%

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

#FDBA30 (or 0xFDBA30) is known color: Supernova. HEX triplet: FD, BA and 30. RGB value is (253,186,48). Sum of RGB (Red+Green+Blue) = 253+186+48=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA30 is #0245CF. Grayscale: #BEBEBE. Windows color (decimal): -148944 or 3193597. OLE color: 3193597.

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

Color convert

RGB 253 186 48 -
CMYK 0 0.26 0.81 0.01
HSL 40.39º 0.98% 0.59% -
HSV(B) 40.39º 0.81% 0.99% -
XYZ 58.6 56.21 10.56 -
YUV 190.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 253 186 48 0 0.26 0.81 0.01 40.39 0.98 0.59
Hex FD BA 30 0 1A 51 1 28 62 3B
Octal 375 272 60 0 32 121 1 50 142 73
Binary 11111101 10111010 110000 0 11010 1010001 1 101000 1100010 111011

Color Harmonies of #FDBA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA30

Black with #FDBA30

Text Example


Text Example

White with #FDBA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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