Html Css Color HEX #FDCD2A Sunglow

📋 copy color: '#FDCD2A'

red 253 ◦ green 205 ◦ blue 42

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

Shades of Sunglow #FDCD2A

Tints of Sunglow #FDCD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.4%

R = 50.6%
G = 41%
B = 8.4%

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

#FDCD2A (or 0xFDCD2A) is known color: Sunglow. HEX triplet: FD, CD and 2A. RGB value is (253,205,42). Sum of RGB (Red+Green+Blue) = 253+205+42=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 42 (16.80% from 255 or 8.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD2A is #0232D5. Grayscale: #C9C9C9. Windows color (decimal): -144086 or 2805245. OLE color: 2805245.

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

Color convert

RGB 253 205 42 -
CMYK 0 0.19 0.83 0.01
HSL 46.35º 0.98% 0.58% -
HSV(B) 46.35º 0.83% 0.99% -
XYZ 62.76 64.71 11.37 -
YUV 200.77 38.4 165.25 -
System Red Green Blue C M Y K H S L
Decimal 253 205 42 0 0.19 0.83 0.01 46.35 0.98 0.58
Hex FD CD 2A 0 13 53 1 2E 62 3A
Octal 375 315 52 0 23 123 1 56 142 72
Binary 11111101 11001101 101010 0 10011 1010011 1 101110 1100010 111010

Color Harmonies of #FDCD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD2A

Black with #FDCD2A

Text Example


Text Example

White with #FDCD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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