Html Css Color HEX #FDD42F Sunglow

📋 copy color: '#FDD42F'

red 253 ◦ green 212 ◦ blue 47

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

Shades of Sunglow #FDD42F

Tints of Sunglow #FDD42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.18%

R = 49.41%
G = 41.41%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDD42F (or 0xFDD42F) is known color: Sunglow. HEX triplet: FD, D4 and 2F. RGB value is (253,212,47). Sum of RGB (Red+Green+Blue) = 253+212+47=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD42F is #022BD0. Grayscale: #CECECE. Windows color (decimal): -142289 or 3134717. OLE color: 3134717.

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

Color convert

RGB 253 212 47 -
CMYK 0 0.16 0.81 0.01
HSL 48.06º 0.98% 0.59% -
HSV(B) 48.06º 0.81% 0.99% -
XYZ 64.56 68.17 12.45 -
YUV 205.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 253 212 47 0 0.16 0.81 0.01 48.06 0.98 0.59
Hex FD D4 2F 0 10 51 1 30 62 3B
Octal 375 324 57 0 20 121 1 60 142 73
Binary 11111101 11010100 101111 0 10000 1010001 1 110000 1100010 111011

Color Harmonies of #FDD42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD42F

Black with #FDD42F

Text Example


Text Example

White with #FDD42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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