Html Css Color HEX #FDD42E Sunglow

📋 copy color: '#FDD42E'

red 253 ◦ green 212 ◦ blue 46

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

Shades of Sunglow #FDD42E

Tints of Sunglow #FDD42E

RGB

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

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

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

R = 49.51%
G = 41.49%
B = 9%

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

#FDD42E (or 0xFDD42E) is known color: Sunglow. HEX triplet: FD, D4 and 2E. RGB value is (253,212,46). Sum of RGB (Red+Green+Blue) = 253+212+46=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 212 (83.20% from 255 or 41.49% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD42E is #022BD1. Grayscale: #CECECE. Windows color (decimal): -142290 or 3069181. OLE color: 3069181.

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

Color convert

RGB 253 212 46 -
CMYK 0 0.16 0.82 0.01
HSL 48.12º 0.98% 0.59% -
HSV(B) 48.12º 0.82% 0.99% -
XYZ 64.54 68.17 12.34 -
YUV 205.34 38.08 162 -
System Red Green Blue C M Y K H S L
Decimal 253 212 46 0 0.16 0.82 0.01 48.12 0.98 0.59
Hex FD D4 2E 0 10 52 1 30 62 3B
Octal 375 324 56 0 20 122 1 60 142 73
Binary 11111101 11010100 101110 0 10000 1010010 1 110000 1100010 111011

Color Harmonies of #FDD42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD42E

Black with #FDD42E

Text Example


Text Example

White with #FDD42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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