Html Css Color HEX #FCDD25 Gorse

📋 copy color: '#FCDD25'

red 252 ◦ green 221 ◦ blue 37

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

Shades of Gorse #FCDD25

Tints of Gorse #FCDD25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.25%

R = 49.41%
G = 43.33%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCDD25 (or 0xFCDD25) is known color: Gorse. HEX triplet: FC, DD and 25. RGB value is (252,221,37). Sum of RGB (Red+Green+Blue) = 252+221+37=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD25 is #0322DA. Grayscale: #D2D2D2. Windows color (decimal): -205531 or 2481660. OLE color: 2481660.

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

Color convert

RGB 252 221 37 -
CMYK 0 0.12 0.85 0.01
HSL 51.35º 0.97% 0.57% -
HSV(B) 51.35º 0.85% 0.99% -
XYZ 66.34 72.54 12.26 -
YUV 209.29 30.77 158.46 -
System Red Green Blue C M Y K H S L
Decimal 252 221 37 0 0.12 0.85 0.01 51.35 0.97 0.57
Hex FC DD 25 0 C 55 1 33 61 39
Octal 374 335 45 0 14 125 1 63 141 71
Binary 11111100 11011101 100101 0 1100 1010101 1 110011 1100001 111001

Color Harmonies of #FCDD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD25

Black with #FCDD25

Text Example


Text Example

White with #FCDD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD25; }

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

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

background-color css

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

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

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

border-color css

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

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

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