Html Css Color HEX #FDCA2D Sunglow

📋 copy color: '#FDCA2D'

red 253 ◦ green 202 ◦ blue 45

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

Shades of Sunglow #FDCA2D

Tints of Sunglow #FDCA2D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 45 (17.97% from 255) = 9%

R = 50.6%
G = 40.4%
B = 9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDCA2D (or 0xFDCA2D) is known color: Sunglow. HEX triplet: FD, CA and 2D. RGB value is (253,202,45). Sum of RGB (Red+Green+Blue) = 253+202+45=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCA2D is #0235D2. Grayscale: #C8C8C8. Windows color (decimal): -144851 or 3001085. OLE color: 3001085.

HSL color Cylindrical-coordinate representation of color #FDCA2D: hue angle of 45.29º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FDCA2D is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 202 45 -
CMYK 0 0.20 0.82 0.01
HSL 45.29º 0.98% 0.58% -
HSV(B) 45.29º 0.82% 0.99% -
XYZ 62.1 63.31 11.43 -
YUV 199.35 40.9 166.27 -
System Red Green Blue C M Y K H S L
Decimal 253 202 45 0 0.20 0.82 0.01 45.29 0.98 0.58
Hex FD CA 2D 0 14 52 1 2D 62 3A
Octal 375 312 55 0 24 122 1 55 142 72
Binary 11111101 11001010 101101 0 10100 1010010 1 101101 1100010 111010

Color Harmonies of #FDCA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCA2D

Black with #FDCA2D

Text Example


Text Example

White with #FDCA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCA2D; }

 p { color: rgb(253,202,45); }

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

background-color css

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

 a { background-color: rgb(253,202,45); }

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

border-color css

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

 span { border-color: rgb(253,202,45); }

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