Html Css Color HEX #FDD52E Sunglow

📋 copy color: '#FDD52E'

red 253 ◦ green 213 ◦ blue 46

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

Shades of Sunglow #FDD52E

Tints of Sunglow #FDD52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 46 (18.36% from 255) = 8.98%

R = 49.41%
G = 41.6%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDD52E (or 0xFDD52E) is known color: Sunglow. HEX triplet: FD, D5 and 2E. RGB value is (253,213,46). Sum of RGB (Red+Green+Blue) = 253+213+46=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD52E is #022AD1. Grayscale: #CECECE. Windows color (decimal): -142034 or 3069437. OLE color: 3069437.

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

Color convert

RGB 253 213 46 -
CMYK 0 0.16 0.82 0.01
HSL 48.41º 0.98% 0.59% -
HSV(B) 48.41º 0.82% 0.99% -
XYZ 64.8 68.67 12.42 -
YUV 205.92 37.75 161.58 -
System Red Green Blue C M Y K H S L
Decimal 253 213 46 0 0.16 0.82 0.01 48.41 0.98 0.59
Hex FD D5 2E 0 10 52 1 30 62 3B
Octal 375 325 56 0 20 122 1 60 142 73
Binary 11111101 11010101 101110 0 10000 1010010 1 110000 1100010 111011

Color Harmonies of #FDD52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD52E

Black with #FDD52E

Text Example


Text Example

White with #FDD52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD52E; }

 p { color: rgb(253,213,46); }

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

background-color css

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

 a { background-color: rgb(253,213,46); }

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

border-color css

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

 span { border-color: rgb(253,213,46); }

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