Html Css Color HEX #FDCC2D Sunglow

📋 copy color: '#FDCC2D'

red 253 ◦ green 204 ◦ blue 45

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

Shades of Sunglow #FDCC2D

Tints of Sunglow #FDCC2D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 50.4%
G = 40.64%
B = 8.96%

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

#FDCC2D (or 0xFDCC2D) is known color: Sunglow. HEX triplet: FD, CC and 2D. RGB value is (253,204,45). Sum of RGB (Red+Green+Blue) = 253+204+45=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCC2D is #0233D2. Grayscale: #C9C9C9. Windows color (decimal): -144339 or 3001597. OLE color: 3001597.

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

Color convert

RGB 253 204 45 -
CMYK 0 0.19 0.82 0.01
HSL 45.87º 0.98% 0.58% -
HSV(B) 45.87º 0.82% 0.99% -
XYZ 62.57 64.26 11.59 -
YUV 200.53 40.23 165.43 -
System Red Green Blue C M Y K H S L
Decimal 253 204 45 0 0.19 0.82 0.01 45.87 0.98 0.58
Hex FD CC 2D 0 13 52 1 2E 62 3A
Octal 375 314 55 0 23 122 1 56 142 72
Binary 11111101 11001100 101101 0 10011 1010010 1 101110 1100010 111010

Color Harmonies of #FDCC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCC2D

Black with #FDCC2D

Text Example


Text Example

White with #FDCC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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