Html Css Color HEX #FCDB28 Gorse

📋 copy color: '#FCDB28'

red 252 ◦ green 219 ◦ blue 40

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

Shades of Gorse #FCDB28

Tints of Gorse #FCDB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.83%

R = 49.32%
G = 42.86%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCDB28 (or 0xFCDB28) is known color: Gorse. HEX triplet: FC, DB and 28. RGB value is (252,219,40). Sum of RGB (Red+Green+Blue) = 252+219+40=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB28 is #0324D7. Grayscale: #D1D1D1. Windows color (decimal): -206040 or 2677756. OLE color: 2677756.

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

Color convert

RGB 252 219 40 -
CMYK 0 0.13 0.84 0.01
HSL 50.66º 0.97% 0.57% -
HSV(B) 50.66º 0.84% 0.99% -
XYZ 65.86 71.51 12.34 -
YUV 208.46 32.93 159.05 -
System Red Green Blue C M Y K H S L
Decimal 252 219 40 0 0.13 0.84 0.01 50.66 0.97 0.57
Hex FC DB 28 0 D 54 1 33 61 39
Octal 374 333 50 0 15 124 1 63 141 71
Binary 11111100 11011011 101000 0 1101 1010100 1 110011 1100001 111001

Color Harmonies of #FCDB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB28

Black with #FCDB28

Text Example


Text Example

White with #FCDB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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