Html Css Color HEX #FCCD38 Sunglow

📋 copy color: '#FCCD38'

red 252 ◦ green 205 ◦ blue 56

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

Shades of Sunglow #FCCD38

Tints of Sunglow #FCCD38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.92%

R = 49.12%
G = 39.96%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCCD38 (or 0xFCCD38) is known color: Sunglow. HEX triplet: FC, CD and 38. RGB value is (252,205,56). Sum of RGB (Red+Green+Blue) = 252+205+56=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 56 (22.27% from 255 or 10.92% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCD38 is #0332C7. Grayscale: #CACACA. Windows color (decimal): -209608 or 3722748. OLE color: 3722748.

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

Color convert

RGB 252 205 56 -
CMYK 0 0.19 0.78 0.01
HSL 45.61º 0.97% 0.6% -
HSV(B) 45.61º 0.78% 0.99% -
XYZ 62.69 64.64 12.91 -
YUV 202.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 252 205 56 0 0.19 0.78 0.01 45.61 0.97 0.6
Hex FC CD 38 0 13 4E 1 2E 61 3C
Octal 374 315 70 0 23 116 1 56 141 74
Binary 11111100 11001101 111000 0 10011 1001110 1 101110 1100001 111100

Color Harmonies of #FCCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCD38

Black with #FCCD38

Text Example


Text Example

White with #FCCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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