Html Css Color HEX #FCCC38 Sunglow

📋 copy color: '#FCCC38'

red 252 ◦ green 204 ◦ blue 56

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

Shades of Sunglow #FCCC38

Tints of Sunglow #FCCC38

RGB

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

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

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

R = 49.22%
G = 39.84%
B = 10.94%

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

#FCCC38 (or 0xFCCC38) is known color: Sunglow. HEX triplet: FC, CC and 38. RGB value is (252,204,56). Sum of RGB (Red+Green+Blue) = 252+204+56=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCCC38 is #0333C7. Grayscale: #CACACA. Windows color (decimal): -209864 or 3722492. OLE color: 3722492.

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

Color convert

RGB 252 204 56 -
CMYK 0 0.19 0.78 0.01
HSL 45.31º 0.97% 0.6% -
HSV(B) 45.31º 0.78% 0.99% -
XYZ 62.45 64.17 12.84 -
YUV 201.48 45.9 164.03 -
System Red Green Blue C M Y K H S L
Decimal 252 204 56 0 0.19 0.78 0.01 45.31 0.97 0.6
Hex FC CC 38 0 13 4E 1 2D 61 3C
Octal 374 314 70 0 23 116 1 55 141 74
Binary 11111100 11001100 111000 0 10011 1001110 1 101101 1100001 111100

Color Harmonies of #FCCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCC38

Black with #FCCC38

Text Example


Text Example

White with #FCCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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