Html Css Color HEX #FCDD3A Gorse

📋 copy color: '#FCDD3A'

red 252 ◦ green 221 ◦ blue 58

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

Shades of Gorse #FCDD3A

Tints of Gorse #FCDD3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.92%

R = 47.46%
G = 41.62%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCDD3A (or 0xFCDD3A) is known color: Gorse. HEX triplet: FC, DD and 3A. RGB value is (252,221,58). Sum of RGB (Red+Green+Blue) = 252+221+58=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 58 (23.05% from 255 or 10.92% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD3A is #0322C5. Grayscale: #D4D4D4. Windows color (decimal): -205510 or 3857916. OLE color: 3857916.

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

Color convert

RGB 252 221 58 -
CMYK 0 0.12 0.77 0.01
HSL 50.41º 0.97% 0.61% -
HSV(B) 50.41º 0.77% 0.99% -
XYZ 66.77 72.71 14.52 -
YUV 211.69 41.27 156.75 -
System Red Green Blue C M Y K H S L
Decimal 252 221 58 0 0.12 0.77 0.01 50.41 0.97 0.61
Hex FC DD 3A 0 C 4D 1 32 61 3D
Octal 374 335 72 0 14 115 1 62 141 75
Binary 11111100 11011101 111010 0 1100 1001101 1 110010 1100001 111101

Color Harmonies of #FCDD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD3A

Black with #FCDD3A

Text Example


Text Example

White with #FCDD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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