Html Css Color HEX #FCDD28 Gorse

📋 copy color: '#FCDD28'

red 252 ◦ green 221 ◦ blue 40

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

Shades of Gorse #FCDD28

Tints of Gorse #FCDD28

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.08%

 BLUE value IS 40 (16.02% from 255) = 7.8%

R = 49.12%
G = 43.08%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCDD28 (or 0xFCDD28) is known color: Gorse. HEX triplet: FC, DD and 28. RGB value is (252,221,40). Sum of RGB (Red+Green+Blue) = 252+221+40=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 40 (16.02% from 255 or 7.80% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD28 is #0322D7. Grayscale: #D2D2D2. Windows color (decimal): -205528 or 2678268. OLE color: 2678268.

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

Color convert

RGB 252 221 40 -
CMYK 0 0.12 0.84 0.01
HSL 51.23º 0.97% 0.57% -
HSV(B) 51.23º 0.84% 0.99% -
XYZ 66.38 72.56 12.51 -
YUV 209.64 32.27 158.22 -
System Red Green Blue C M Y K H S L
Decimal 252 221 40 0 0.12 0.84 0.01 51.23 0.97 0.57
Hex FC DD 28 0 C 54 1 33 61 39
Octal 374 335 50 0 14 124 1 63 141 71
Binary 11111100 11011101 101000 0 1100 1010100 1 110011 1100001 111001

Color Harmonies of #FCDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD28

Black with #FCDD28

Text Example


Text Example

White with #FCDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD28; }

 p { color: rgb(252,221,40); }

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

background-color css

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

 a { background-color: rgb(252,221,40); }

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

border-color css

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

 span { border-color: rgb(252,221,40); }

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