Html Css Color HEX #FCDA3B Gorse

📋 copy color: '#FCDA3B'

red 252 ◦ green 218 ◦ blue 59

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

Shades of Gorse #FCDA3B

Tints of Gorse #FCDA3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 11.15%

R = 47.64%
G = 41.21%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCDA3B (or 0xFCDA3B) is known color: Gorse. HEX triplet: FC, DA and 3B. RGB value is (252,218,59). Sum of RGB (Red+Green+Blue) = 252+218+59=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 59 (23.44% from 255 or 11.15% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA3B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA3B is #0325C4. Grayscale: #D2D2D2. Windows color (decimal): -206277 or 3922684. OLE color: 3922684.

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

Color convert

RGB 252 218 59 -
CMYK 0 0.13 0.77 0.01
HSL 49.43º 0.97% 0.61% -
HSV(B) 49.43º 0.77% 0.99% -
XYZ 66.01 71.15 14.39 -
YUV 210.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 252 218 59 0 0.13 0.77 0.01 49.43 0.97 0.61
Hex FC DA 3B 0 D 4D 1 31 61 3D
Octal 374 332 73 0 15 115 1 61 141 75
Binary 11111100 11011010 111011 0 1101 1001101 1 110001 1100001 111101

Color Harmonies of #FCDA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA3B

Black with #FCDA3B

Text Example


Text Example

White with #FCDA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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