Html Css Color HEX #FCDA37 Gorse

📋 copy color: '#FCDA37'

red 252 ◦ green 218 ◦ blue 55

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

Shades of Gorse #FCDA37

Tints of Gorse #FCDA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.48%

R = 48%
G = 41.52%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCDA37 (or 0xFCDA37) is known color: Gorse. HEX triplet: FC, DA and 37. RGB value is (252,218,55). Sum of RGB (Red+Green+Blue) = 252+218+55=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 55 (21.88% from 255 or 10.48% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA37 is #0325C8. Grayscale: #D2D2D2. Windows color (decimal): -206281 or 3660540. OLE color: 3660540.

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

Color convert

RGB 252 218 55 -
CMYK 0 0.13 0.78 0.01
HSL 49.64º 0.97% 0.6% -
HSV(B) 49.64º 0.78% 0.99% -
XYZ 65.91 71.11 13.87 -
YUV 209.58 40.76 158.25 -
System Red Green Blue C M Y K H S L
Decimal 252 218 55 0 0.13 0.78 0.01 49.64 0.97 0.6
Hex FC DA 37 0 D 4E 1 32 61 3C
Octal 374 332 67 0 15 116 1 62 141 74
Binary 11111100 11011010 110111 0 1101 1001110 1 110010 1100001 111100

Color Harmonies of #FCDA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA37

Black with #FCDA37

Text Example


Text Example

White with #FCDA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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