Html Css Color HEX #FCDB30 Gorse

📋 copy color: '#FCDB30'

red 252 ◦ green 219 ◦ blue 48

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

Shades of Gorse #FCDB30

Tints of Gorse #FCDB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.25%

R = 48.55%
G = 42.2%
B = 9.25%

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

#FCDB30 (or 0xFCDB30) is known color: Gorse. HEX triplet: FC, DB and 30. RGB value is (252,219,48). Sum of RGB (Red+Green+Blue) = 252+219+48=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 48 (19.14% from 255 or 9.25% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB30 is #0324CF. Grayscale: #D2D2D2. Windows color (decimal): -206032 or 3202044. OLE color: 3202044.

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

Color convert

RGB 252 219 48 -
CMYK 0 0.13 0.81 0.01
HSL 50.29º 0.97% 0.59% -
HSV(B) 50.29º 0.81% 0.99% -
XYZ 66.01 71.57 13.13 -
YUV 209.37 36.93 158.4 -
System Red Green Blue C M Y K H S L
Decimal 252 219 48 0 0.13 0.81 0.01 50.29 0.97 0.59
Hex FC DB 30 0 D 51 1 32 61 3B
Octal 374 333 60 0 15 121 1 62 141 73
Binary 11111100 11011011 110000 0 1101 1010001 1 110010 1100001 111011

Color Harmonies of #FCDB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB30

Black with #FCDB30

Text Example


Text Example

White with #FCDB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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