Html Css Color HEX #FCDD34 Gorse

📋 copy color: '#FCDD34'

red 252 ◦ green 221 ◦ blue 52

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

Shades of Gorse #FCDD34

Tints of Gorse #FCDD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.9%

R = 48%
G = 42.1%
B = 9.9%

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

#FCDD34 (or 0xFCDD34) is known color: Gorse. HEX triplet: FC, DD and 34. RGB value is (252,221,52). Sum of RGB (Red+Green+Blue) = 252+221+52=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 52 (20.70% from 255 or 9.90% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD34 is #0322CB. Grayscale: #D3D3D3. Windows color (decimal): -205516 or 3464700. OLE color: 3464700.

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

Color convert

RGB 252 221 52 -
CMYK 0 0.12 0.79 0.01
HSL 50.7º 0.97% 0.6% -
HSV(B) 50.7º 0.79% 0.99% -
XYZ 66.62 72.66 13.76 -
YUV 211 38.27 157.24 -
System Red Green Blue C M Y K H S L
Decimal 252 221 52 0 0.12 0.79 0.01 50.7 0.97 0.6
Hex FC DD 34 0 C 4F 1 33 61 3C
Octal 374 335 64 0 14 117 1 63 141 74
Binary 11111100 11011101 110100 0 1100 1001111 1 110011 1100001 111100

Color Harmonies of #FCDD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD34

Black with #FCDD34

Text Example


Text Example

White with #FCDD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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