Html Css Color HEX #FDD12E Sunglow

📋 copy color: '#FDD12E'

red 253 ◦ green 209 ◦ blue 46

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

Shades of Sunglow #FDD12E

Tints of Sunglow #FDD12E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.14%

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

R = 49.8%
G = 41.14%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDD12E (or 0xFDD12E) is known color: Sunglow. HEX triplet: FD, D1 and 2E. RGB value is (253,209,46). Sum of RGB (Red+Green+Blue) = 253+209+46=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD12E is #022ED1. Grayscale: #CCCCCC. Windows color (decimal): -143058 or 3068413. OLE color: 3068413.

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

Color convert

RGB 253 209 46 -
CMYK 0 0.17 0.82 0.01
HSL 47.25º 0.98% 0.59% -
HSV(B) 47.25º 0.82% 0.99% -
XYZ 63.8 66.68 12.09 -
YUV 203.57 39.08 163.25 -
System Red Green Blue C M Y K H S L
Decimal 253 209 46 0 0.17 0.82 0.01 47.25 0.98 0.59
Hex FD D1 2E 0 11 52 1 2F 62 3B
Octal 375 321 56 0 21 122 1 57 142 73
Binary 11111101 11010001 101110 0 10001 1010010 1 101111 1100010 111011

Color Harmonies of #FDD12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD12E

Black with #FDD12E

Text Example


Text Example

White with #FDD12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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