Html Css Color HEX #FDD42C Sunglow

📋 copy color: '#FDD42C'

red 253 ◦ green 212 ◦ blue 44

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

Shades of Sunglow #FDD42C

Tints of Sunglow #FDD42C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.65%

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

R = 49.71%
G = 41.65%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDD42C (or 0xFDD42C) is known color: Sunglow. HEX triplet: FD, D4 and 2C. RGB value is (253,212,44). Sum of RGB (Red+Green+Blue) = 253+212+44=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD42C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD42C is #022BD3. Grayscale: #CDCDCD. Windows color (decimal): -142292 or 2938109. OLE color: 2938109.

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

Color convert

RGB 253 212 44 -
CMYK 0 0.16 0.83 0.01
HSL 48.23º 0.98% 0.58% -
HSV(B) 48.23º 0.83% 0.99% -
XYZ 64.51 68.15 12.14 -
YUV 205.11 37.08 162.16 -
System Red Green Blue C M Y K H S L
Decimal 253 212 44 0 0.16 0.83 0.01 48.23 0.98 0.58
Hex FD D4 2C 0 10 53 1 30 62 3A
Octal 375 324 54 0 20 123 1 60 142 72
Binary 11111101 11010100 101100 0 10000 1010011 1 110000 1100010 111010

Color Harmonies of #FDD42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD42C

Black with #FDD42C

Text Example


Text Example

White with #FDD42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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