Html Css Color HEX #FDD62C Sunglow

📋 copy color: '#FDD62C'

red 253 ◦ green 214 ◦ blue 44

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

Shades of Sunglow #FDD62C

Tints of Sunglow #FDD62C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.88%

 BLUE value IS 44 (17.58% from 255) = 8.61%

R = 49.51%
G = 41.88%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD62C (or 0xFDD62C) is known color: Sunglow. HEX triplet: FD, D6 and 2C. RGB value is (253,214,44). Sum of RGB (Red+Green+Blue) = 253+214+44=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 44 (17.58% from 255 or 8.61% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD62C is #0229D3. Grayscale: #CECECE. Windows color (decimal): -141780 or 2938621. OLE color: 2938621.

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

Color convert

RGB 253 214 44 -
CMYK 0 0.15 0.83 0.01
HSL 48.8º 0.98% 0.58% -
HSV(B) 48.8º 0.83% 0.99% -
XYZ 65.01 69.16 12.31 -
YUV 206.28 36.42 161.32 -
System Red Green Blue C M Y K H S L
Decimal 253 214 44 0 0.15 0.83 0.01 48.8 0.98 0.58
Hex FD D6 2C 0 F 53 1 31 62 3A
Octal 375 326 54 0 17 123 1 61 142 72
Binary 11111101 11010110 101100 0 1111 1010011 1 110001 1100010 111010

Color Harmonies of #FDD62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD62C

Black with #FDD62C

Text Example


Text Example

White with #FDD62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD62C; }

 p { color: rgb(253,214,44); }

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

background-color css

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

 a { background-color: rgb(253,214,44); }

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

border-color css

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

 span { border-color: rgb(253,214,44); }

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