Html Css Color HEX #FCDB35 Gorse

📋 copy color: '#FCDB35'

red 252 ◦ green 219 ◦ blue 53

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

Shades of Gorse #FCDB35

Tints of Gorse #FCDB35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.11%

R = 48.09%
G = 41.79%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCDB35 (or 0xFCDB35) is known color: Gorse. HEX triplet: FC, DB and 35. RGB value is (252,219,53). Sum of RGB (Red+Green+Blue) = 252+219+53=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 53 (21.09% from 255 or 10.11% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB35 is #0324CA. Grayscale: #D2D2D2. Windows color (decimal): -206027 or 3529724. OLE color: 3529724.

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

Color convert

RGB 252 219 53 -
CMYK 0 0.13 0.79 0.01
HSL 50.05º 0.97% 0.6% -
HSV(B) 50.05º 0.79% 0.99% -
XYZ 66.12 71.62 13.71 -
YUV 209.94 39.43 158 -
System Red Green Blue C M Y K H S L
Decimal 252 219 53 0 0.13 0.79 0.01 50.05 0.97 0.6
Hex FC DB 35 0 D 4F 1 32 61 3C
Octal 374 333 65 0 15 117 1 62 141 74
Binary 11111100 11011011 110101 0 1101 1001111 1 110010 1100001 111100

Color Harmonies of #FCDB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB35

Black with #FCDB35

Text Example


Text Example

White with #FCDB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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