Html Css Color HEX #FDC534 Sunglow

📋 copy color: '#FDC534'

red 253 ◦ green 197 ◦ blue 52

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

Shades of Sunglow #FDC534

Tints of Sunglow #FDC534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.36%

R = 50.4%
G = 39.24%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDC534 (or 0xFDC534) is known color: Sunglow. HEX triplet: FD, C5 and 34. RGB value is (253,197,52). Sum of RGB (Red+Green+Blue) = 253+197+52=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 197 (77.34% from 255 or 39.24% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC534 is #023ACB. Grayscale: #C5C5C5. Windows color (decimal): -146124 or 3458557. OLE color: 3458557.

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

Color convert

RGB 253 197 52 -
CMYK 0 0.22 0.79 0.01
HSL 43.28º 0.98% 0.6% -
HSV(B) 43.28º 0.79% 0.99% -
XYZ 61.09 61.06 11.82 -
YUV 197.21 46.05 167.79 -
System Red Green Blue C M Y K H S L
Decimal 253 197 52 0 0.22 0.79 0.01 43.28 0.98 0.6
Hex FD C5 34 0 16 4F 1 2B 62 3C
Octal 375 305 64 0 26 117 1 53 142 74
Binary 11111101 11000101 110100 0 10110 1001111 1 101011 1100010 111100

Color Harmonies of #FDC534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC534

Black with #FDC534

Text Example


Text Example

White with #FDC534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC534; }

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

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

background-color css

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

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

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

border-color css

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

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

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