Html Css Color HEX #FCDA34 Gorse

📋 copy color: '#FCDA34'

red 252 ◦ green 218 ◦ blue 52

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

Shades of Gorse #FCDA34

Tints of Gorse #FCDA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.96%

R = 48.28%
G = 41.76%
B = 9.96%

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

#FCDA34 (or 0xFCDA34) is known color: Gorse. HEX triplet: FC, DA and 34. RGB value is (252,218,52). Sum of RGB (Red+Green+Blue) = 252+218+52=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA34 is #0325CB. Grayscale: #D1D1D1. Windows color (decimal): -206284 or 3463932. OLE color: 3463932.

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

Color convert

RGB 252 218 52 -
CMYK 0 0.13 0.79 0.01
HSL 49.8º 0.97% 0.6% -
HSV(B) 49.8º 0.79% 0.99% -
XYZ 65.84 71.09 13.5 -
YUV 209.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 252 218 52 0 0.13 0.79 0.01 49.8 0.97 0.6
Hex FC DA 34 0 D 4F 1 32 61 3C
Octal 374 332 64 0 15 117 1 62 141 74
Binary 11111100 11011010 110100 0 1101 1001111 1 110010 1100001 111100

Color Harmonies of #FCDA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA34

Black with #FCDA34

Text Example


Text Example

White with #FCDA34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA34; }

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

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

background-color css

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

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

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

border-color css

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

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

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