Html Css Color HEX #FDCD2E Sunglow

📋 copy color: '#FDCD2E'

red 253 ◦ green 205 ◦ blue 46

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

Shades of Sunglow #FDCD2E

Tints of Sunglow #FDCD2E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

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

R = 50.2%
G = 40.67%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDCD2E (or 0xFDCD2E) is known color: Sunglow. HEX triplet: FD, CD and 2E. RGB value is (253,205,46). Sum of RGB (Red+Green+Blue) = 253+205+46=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 46 (18.36% from 255 or 9.13% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD2E is #0232D1. Grayscale: #C9C9C9. Windows color (decimal): -144082 or 3067389. OLE color: 3067389.

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

Color convert

RGB 253 205 46 -
CMYK 0 0.19 0.82 0.01
HSL 46.09º 0.98% 0.59% -
HSV(B) 46.09º 0.82% 0.99% -
XYZ 62.83 64.74 11.77 -
YUV 201.23 40.4 164.93 -
System Red Green Blue C M Y K H S L
Decimal 253 205 46 0 0.19 0.82 0.01 46.09 0.98 0.59
Hex FD CD 2E 0 13 52 1 2E 62 3B
Octal 375 315 56 0 23 122 1 56 142 73
Binary 11111101 11001101 101110 0 10011 1010010 1 101110 1100010 111011

Color Harmonies of #FDCD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD2E

Black with #FDCD2E

Text Example


Text Example

White with #FDCD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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