Html Css Color HEX #FCDD35 Gorse

📋 copy color: '#FCDD35'

red 252 ◦ green 221 ◦ blue 53

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

Shades of Gorse #FCDD35

Tints of Gorse #FCDD35

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.02%

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

R = 47.91%
G = 42.02%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCDD35 (or 0xFCDD35) is known color: Gorse. HEX triplet: FC, DD and 35. RGB value is (252,221,53). Sum of RGB (Red+Green+Blue) = 252+221+53=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 53 (21.09% from 255 or 10.08% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD35 is #0322CA. Grayscale: #D3D3D3. Windows color (decimal): -205515 or 3530236. OLE color: 3530236.

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

Color convert

RGB 252 221 53 -
CMYK 0 0.12 0.79 0.01
HSL 50.65º 0.97% 0.6% -
HSV(B) 50.65º 0.79% 0.99% -
XYZ 66.64 72.67 13.88 -
YUV 211.12 38.77 157.16 -
System Red Green Blue C M Y K H S L
Decimal 252 221 53 0 0.12 0.79 0.01 50.65 0.97 0.6
Hex FC DD 35 0 C 4F 1 33 61 3C
Octal 374 335 65 0 14 117 1 63 141 74
Binary 11111100 11011101 110101 0 1100 1001111 1 110011 1100001 111100

Color Harmonies of #FCDD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD35

Black with #FCDD35

Text Example


Text Example

White with #FCDD35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD35; }

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

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

background-color css

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

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

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

border-color css

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

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

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