Html Css Color HEX #FDC530 Sunglow

📋 copy color: '#FDC530'

red 253 ◦ green 197 ◦ blue 48

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

Shades of Sunglow #FDC530

Tints of Sunglow #FDC530

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.56%

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

R = 50.8%
G = 39.56%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDC530 (or 0xFDC530) is known color: Sunglow. HEX triplet: FD, C5 and 30. RGB value is (253,197,48). Sum of RGB (Red+Green+Blue) = 253+197+48=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 197 (77.34% from 255 or 39.56% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC530 is #023ACF. Grayscale: #C5C5C5. Windows color (decimal): -146128 or 3196413. OLE color: 3196413.

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

Color convert

RGB 253 197 48 -
CMYK 0 0.22 0.81 0.01
HSL 43.61º 0.98% 0.59% -
HSV(B) 43.61º 0.81% 0.99% -
XYZ 61.01 61.03 11.36 -
YUV 196.76 44.05 168.12 -
System Red Green Blue C M Y K H S L
Decimal 253 197 48 0 0.22 0.81 0.01 43.61 0.98 0.59
Hex FD C5 30 0 16 51 1 2C 62 3B
Octal 375 305 60 0 26 121 1 54 142 73
Binary 11111101 11000101 110000 0 10110 1010001 1 101100 1100010 111011

Color Harmonies of #FDC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC530

Black with #FDC530

Text Example


Text Example

White with #FDC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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