Html Css Color HEX #FCDA29 Gorse

📋 copy color: '#FCDA29'

red 252 ◦ green 218 ◦ blue 41

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

Shades of Gorse #FCDA29

Tints of Gorse #FCDA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.02%

R = 49.32%
G = 42.66%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCDA29 (or 0xFCDA29) is known color: Gorse. HEX triplet: FC, DA and 29. RGB value is (252,218,41). Sum of RGB (Red+Green+Blue) = 252+218+41=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA29 is #0325D6. Grayscale: #D0D0D0. Windows color (decimal): -206295 or 2743036. OLE color: 2743036.

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

Color convert

RGB 252 218 41 -
CMYK 0 0.13 0.84 0.01
HSL 50.33º 0.97% 0.57% -
HSV(B) 50.33º 0.84% 0.99% -
XYZ 65.62 71 12.34 -
YUV 207.99 33.76 159.39 -
System Red Green Blue C M Y K H S L
Decimal 252 218 41 0 0.13 0.84 0.01 50.33 0.97 0.57
Hex FC DA 29 0 D 54 1 32 61 39
Octal 374 332 51 0 15 124 1 62 141 71
Binary 11111100 11011010 101001 0 1101 1010100 1 110010 1100001 111001

Color Harmonies of #FCDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA29

Black with #FCDA29

Text Example


Text Example

White with #FCDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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