Html Css Color HEX #FCD638 Sunglow

📋 copy color: '#FCD638'

red 252 ◦ green 214 ◦ blue 56

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

Shades of Sunglow #FCD638

Tints of Sunglow #FCD638

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41%

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

R = 48.28%
G = 41%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCD638 (or 0xFCD638) is known color: Sunglow. HEX triplet: FC, D6 and 38. RGB value is (252,214,56). Sum of RGB (Red+Green+Blue) = 252+214+56=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 56 (22.27% from 255 or 10.73% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD638 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD638 is #0329C7. Grayscale: #D0D0D0. Windows color (decimal): -207304 or 3725052. OLE color: 3725052.

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

Color convert

RGB 252 214 56 -
CMYK 0 0.15 0.78 0.01
HSL 48.37º 0.97% 0.6% -
HSV(B) 48.37º 0.78% 0.99% -
XYZ 64.91 69.07 13.65 -
YUV 207.35 42.59 159.85 -
System Red Green Blue C M Y K H S L
Decimal 252 214 56 0 0.15 0.78 0.01 48.37 0.97 0.6
Hex FC D6 38 0 F 4E 1 30 61 3C
Octal 374 326 70 0 17 116 1 60 141 74
Binary 11111100 11010110 111000 0 1111 1001110 1 110000 1100001 111100

Color Harmonies of #FCD638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD638

Black with #FCD638

Text Example


Text Example

White with #FCD638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD638; }

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

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

background-color css

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

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

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

border-color css

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

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

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