Html Css Color HEX #FCD038 Sunglow

📋 copy color: '#FCD038'

red 252 ◦ green 208 ◦ blue 56

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

Shades of Sunglow #FCD038

Tints of Sunglow #FCD038

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.31%

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

R = 48.84%
G = 40.31%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCD038 (or 0xFCD038) is known color: Sunglow. HEX triplet: FC, D0 and 38. RGB value is (252,208,56). Sum of RGB (Red+Green+Blue) = 252+208+56=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 56 (22.27% from 255 or 10.85% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD038 is #032FC7. Grayscale: #CCCCCC. Windows color (decimal): -208840 or 3723516. OLE color: 3723516.

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

Color convert

RGB 252 208 56 -
CMYK 0 0.17 0.78 0.01
HSL 46.53º 0.97% 0.6% -
HSV(B) 46.53º 0.78% 0.99% -
XYZ 63.41 66.09 13.16 -
YUV 203.83 44.58 162.36 -
System Red Green Blue C M Y K H S L
Decimal 252 208 56 0 0.17 0.78 0.01 46.53 0.97 0.6
Hex FC D0 38 0 11 4E 1 2F 61 3C
Octal 374 320 70 0 21 116 1 57 141 74
Binary 11111100 11010000 111000 0 10001 1001110 1 101111 1100001 111100

Color Harmonies of #FCD038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD038

Black with #FCD038

Text Example


Text Example

White with #FCD038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD038; }

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

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

background-color css

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

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

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

border-color css

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

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

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