Html Css Color HEX #FCDB38 Gorse

📋 copy color: '#FCDB38'

red 252 ◦ green 219 ◦ blue 56

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

Shades of Gorse #FCDB38

Tints of Gorse #FCDB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.63%

R = 47.82%
G = 41.56%
B = 10.63%

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

#FCDB38 (or 0xFCDB38) is known color: Gorse. HEX triplet: FC, DB and 38. RGB value is (252,219,56). Sum of RGB (Red+Green+Blue) = 252+219+56=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 56 (22.27% from 255 or 10.63% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB38 is #0324C7. Grayscale: #D2D2D2. Windows color (decimal): -206024 or 3726332. OLE color: 3726332.

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

Color convert

RGB 252 219 56 -
CMYK 0 0.13 0.78 0.01
HSL 49.9º 0.97% 0.6% -
HSV(B) 49.9º 0.78% 0.99% -
XYZ 66.19 71.64 14.08 -
YUV 210.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 252 219 56 0 0.13 0.78 0.01 49.9 0.97 0.6
Hex FC DB 38 0 D 4E 1 32 61 3C
Octal 374 333 70 0 15 116 1 62 141 74
Binary 11111100 11011011 111000 0 1101 1001110 1 110010 1100001 111100

Color Harmonies of #FCDB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB38

Black with #FCDB38

Text Example


Text Example

White with #FCDB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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