Html Css Color HEX #FCDD41 Gorse

📋 copy color: '#FCDD41'

red 252 ◦ green 221 ◦ blue 65

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

Shades of Gorse #FCDD41

Tints of Gorse #FCDD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.08%

R = 46.84%
G = 41.08%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCDD41 (or 0xFCDD41) is known color: Gorse. HEX triplet: FC, DD and 41. RGB value is (252,221,65). Sum of RGB (Red+Green+Blue) = 252+221+65=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 65 (25.78% from 255 or 12.08% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD41 is #0322BE. Grayscale: #D5D5D5. Windows color (decimal): -205503 or 4316668. OLE color: 4316668.

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

Color convert

RGB 252 221 65 -
CMYK 0 0.12 0.74 0.01
HSL 50.05º 0.97% 0.62% -
HSV(B) 50.05º 0.74% 0.99% -
XYZ 66.96 72.79 15.52 -
YUV 212.49 44.77 156.18 -
System Red Green Blue C M Y K H S L
Decimal 252 221 65 0 0.12 0.74 0.01 50.05 0.97 0.62
Hex FC DD 41 0 C 4A 1 32 61 3E
Octal 374 335 101 0 14 112 1 62 141 76
Binary 11111100 11011101 1000001 0 1100 1001010 1 110010 1100001 111110

Color Harmonies of #FCDD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD41

Black with #FCDD41

Text Example


Text Example

White with #FCDD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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