Html Css Color HEX #FDCD2C Sunglow

📋 copy color: '#FDCD2C'

red 253 ◦ green 205 ◦ blue 44

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

Shades of Sunglow #FDCD2C

Tints of Sunglow #FDCD2C

RGB

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

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

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

R = 50.4%
G = 40.84%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDCD2C (or 0xFDCD2C) is known color: Sunglow. HEX triplet: FD, CD and 2C. RGB value is (253,205,44). Sum of RGB (Red+Green+Blue) = 253+205+44=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 44 (17.58% from 255 or 8.76% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD2C is #0232D3. Grayscale: #C9C9C9. Windows color (decimal): -144084 or 2936317. OLE color: 2936317.

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

Color convert

RGB 253 205 44 -
CMYK 0 0.19 0.83 0.01
HSL 46.22º 0.98% 0.58% -
HSV(B) 46.22º 0.83% 0.99% -
XYZ 62.79 64.73 11.57 -
YUV 201 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 253 205 44 0 0.19 0.83 0.01 46.22 0.98 0.58
Hex FD CD 2C 0 13 53 1 2E 62 3A
Octal 375 315 54 0 23 123 1 56 142 72
Binary 11111101 11001101 101100 0 10011 1010011 1 101110 1100010 111010

Color Harmonies of #FDCD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD2C

Black with #FDCD2C

Text Example


Text Example

White with #FDCD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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