Html Css Color HEX #FCCD3D Sunglow

📋 copy color: '#FCCD3D'

red 252 ◦ green 205 ◦ blue 61

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

Shades of Sunglow #FCCD3D

Tints of Sunglow #FCCD3D

RGB

 RED value IS 252 (98.83% from 255) = 48.65%

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

 BLUE value IS 61 (24.22% from 255) = 11.78%

R = 48.65%
G = 39.58%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCCD3D (or 0xFCCD3D) is known color: Sunglow. HEX triplet: FC, CD and 3D. RGB value is (252,205,61). Sum of RGB (Red+Green+Blue) = 252+205+61=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 61 (24.22% from 255 or 11.78% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD3D is #0332C2. Grayscale: #CBCBCB. Windows color (decimal): -209603 or 4050428. OLE color: 4050428.

HSL color Cylindrical-coordinate representation of color #FCCD3D: hue angle of 45.24º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCCD3D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 61 -
CMYK 0 0.19 0.76 0.01
HSL 45.24º 0.97% 0.61% -
HSV(B) 45.24º 0.76% 0.99% -
XYZ 62.82 64.7 13.59 -
YUV 202.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 252 205 61 0 0.19 0.76 0.01 45.24 0.97 0.61
Hex FC CD 3D 0 13 4C 1 2D 61 3D
Octal 374 315 75 0 23 114 1 55 141 75
Binary 11111100 11001101 111101 0 10011 1001100 1 101101 1100001 111101

Color Harmonies of #FCCD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD3D

Black with #FCCD3D

Text Example


Text Example

White with #FCCD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD3D; }

 p { color: rgb(252,205,61); }

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

background-color css

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

 a { background-color: rgb(252,205,61); }

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

border-color css

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

 span { border-color: rgb(252,205,61); }

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