Html Css Color HEX #FCDA41 Gorse

📋 copy color: '#FCDA41'

red 252 ◦ green 218 ◦ blue 65

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

Shades of Gorse #FCDA41

Tints of Gorse #FCDA41

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.75%

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

R = 47.1%
G = 40.75%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCDA41 (or 0xFCDA41) is known color: Gorse. HEX triplet: FC, DA and 41. RGB value is (252,218,65). Sum of RGB (Red+Green+Blue) = 252+218+65=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 218 (85.55% from 255 or 40.75% from 535); Blue value is 65 (25.78% from 255 or 12.15% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA41 is #0325BE. Grayscale: #D3D3D3. Windows color (decimal): -206271 or 4315900. OLE color: 4315900.

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

Color convert

RGB 252 218 65 -
CMYK 0 0.13 0.74 0.01
HSL 49.09º 0.97% 0.62% -
HSV(B) 49.09º 0.74% 0.99% -
XYZ 66.17 71.22 15.26 -
YUV 210.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 252 218 65 0 0.13 0.74 0.01 49.09 0.97 0.62
Hex FC DA 41 0 D 4A 1 31 61 3E
Octal 374 332 101 0 15 112 1 61 141 76
Binary 11111100 11011010 1000001 0 1101 1001010 1 110001 1100001 111110

Color Harmonies of #FCDA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA41

Black with #FCDA41

Text Example


Text Example

White with #FCDA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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