Html Css Color HEX #FCDB37 Gorse

📋 copy color: '#FCDB37'

red 252 ◦ green 219 ◦ blue 55

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

Shades of Gorse #FCDB37

Tints of Gorse #FCDB37

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.63%

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

R = 47.91%
G = 41.63%
B = 10.46%

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

#FCDB37 (or 0xFCDB37) is known color: Gorse. HEX triplet: FC, DB and 37. RGB value is (252,219,55). Sum of RGB (Red+Green+Blue) = 252+219+55=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 55 (21.88% from 255 or 10.46% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB37 is #0324C8. Grayscale: #D2D2D2. Windows color (decimal): -206025 or 3660796. OLE color: 3660796.

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

Color convert

RGB 252 219 55 -
CMYK 0 0.13 0.78 0.01
HSL 49.95º 0.97% 0.6% -
HSV(B) 49.95º 0.78% 0.99% -
XYZ 66.17 71.63 13.95 -
YUV 210.17 40.43 157.84 -
System Red Green Blue C M Y K H S L
Decimal 252 219 55 0 0.13 0.78 0.01 49.95 0.97 0.6
Hex FC DB 37 0 D 4E 1 32 61 3C
Octal 374 333 67 0 15 116 1 62 141 74
Binary 11111100 11011011 110111 0 1101 1001110 1 110010 1100001 111100

Color Harmonies of #FCDB37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB37

Black with #FCDB37

Text Example


Text Example

White with #FCDB37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB37; }

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

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

background-color css

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

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

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

border-color css

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

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

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