Html Css Color HEX #FCDC38 Gorse

📋 copy color: '#FCDC38'

red 252 ◦ green 220 ◦ blue 56

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

Shades of Gorse #FCDC38

Tints of Gorse #FCDC38

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.67%

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

R = 47.73%
G = 41.67%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCDC38 (or 0xFCDC38) is known color: Gorse. HEX triplet: FC, DC and 38. RGB value is (252,220,56). Sum of RGB (Red+Green+Blue) = 252+220+56=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC38 is #0323C7. Grayscale: #D3D3D3. Windows color (decimal): -205768 or 3726588. OLE color: 3726588.

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

Color convert

RGB 252 220 56 -
CMYK 0 0.13 0.78 0.01
HSL 50.2º 0.97% 0.6% -
HSV(B) 50.2º 0.78% 0.99% -
XYZ 66.45 72.17 14.17 -
YUV 210.87 40.6 157.34 -
System Red Green Blue C M Y K H S L
Decimal 252 220 56 0 0.13 0.78 0.01 50.2 0.97 0.6
Hex FC DC 38 0 D 4E 1 32 61 3C
Octal 374 334 70 0 15 116 1 62 141 74
Binary 11111100 11011100 111000 0 1101 1001110 1 110010 1100001 111100

Color Harmonies of #FCDC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC38

Black with #FCDC38

Text Example


Text Example

White with #FCDC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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