Html Css Color HEX #FCDA36 Gorse

📋 copy color: '#FCDA36'

red 252 ◦ green 218 ◦ blue 54

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

Shades of Gorse #FCDA36

Tints of Gorse #FCDA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.31%

R = 48.09%
G = 41.6%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCDA36 (or 0xFCDA36) is known color: Gorse. HEX triplet: FC, DA and 36. RGB value is (252,218,54). Sum of RGB (Red+Green+Blue) = 252+218+54=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 54 (21.48% from 255 or 10.31% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA36 is #0325C9. Grayscale: #D2D2D2. Windows color (decimal): -206282 or 3595004. OLE color: 3595004.

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

Color convert

RGB 252 218 54 -
CMYK 0 0.13 0.79 0.01
HSL 49.7º 0.97% 0.6% -
HSV(B) 49.7º 0.79% 0.99% -
XYZ 65.88 71.1 13.74 -
YUV 209.47 40.26 158.34 -
System Red Green Blue C M Y K H S L
Decimal 252 218 54 0 0.13 0.79 0.01 49.7 0.97 0.6
Hex FC DA 36 0 D 4F 1 32 61 3C
Octal 374 332 66 0 15 117 1 62 141 74
Binary 11111100 11011010 110110 0 1101 1001111 1 110010 1100001 111100

Color Harmonies of #FCDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA36

Black with #FCDA36

Text Example


Text Example

White with #FCDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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