Html Css Color HEX #FCDB31 Gorse

📋 copy color: '#FCDB31'

red 252 ◦ green 219 ◦ blue 49

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

Shades of Gorse #FCDB31

Tints of Gorse #FCDB31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.42%

R = 48.46%
G = 42.12%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCDB31 (or 0xFCDB31) is known color: Gorse. HEX triplet: FC, DB and 31. RGB value is (252,219,49). Sum of RGB (Red+Green+Blue) = 252+219+49=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB31 is #0324CE. Grayscale: #D2D2D2. Windows color (decimal): -206031 or 3267580. OLE color: 3267580.

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

Color convert

RGB 252 219 49 -
CMYK 0 0.13 0.81 0.01
HSL 50.25º 0.97% 0.59% -
HSV(B) 50.25º 0.81% 0.99% -
XYZ 66.03 71.58 13.24 -
YUV 209.49 37.43 158.32 -
System Red Green Blue C M Y K H S L
Decimal 252 219 49 0 0.13 0.81 0.01 50.25 0.97 0.59
Hex FC DB 31 0 D 51 1 32 61 3B
Octal 374 333 61 0 15 121 1 62 141 73
Binary 11111100 11011011 110001 0 1101 1010001 1 110010 1100001 111011

Color Harmonies of #FCDB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB31

Black with #FCDB31

Text Example


Text Example

White with #FCDB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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