Html Css Color HEX #FCDD2B Gorse

📋 copy color: '#FCDD2B'

red 252 ◦ green 221 ◦ blue 43

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

Shades of Gorse #FCDD2B

Tints of Gorse #FCDD2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.33%

R = 48.84%
G = 42.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCDD2B (or 0xFCDD2B) is known color: Gorse. HEX triplet: FC, DD and 2B. RGB value is (252,221,43). Sum of RGB (Red+Green+Blue) = 252+221+43=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 43 (17.19% from 255 or 8.33% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD2B is #0322D4. Grayscale: #D2D2D2. Windows color (decimal): -205525 or 2874876. OLE color: 2874876.

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

Color convert

RGB 252 221 43 -
CMYK 0 0.12 0.83 0.01
HSL 51.1º 0.97% 0.58% -
HSV(B) 51.1º 0.83% 0.99% -
XYZ 66.44 72.58 12.79 -
YUV 209.98 33.77 157.97 -
System Red Green Blue C M Y K H S L
Decimal 252 221 43 0 0.12 0.83 0.01 51.1 0.97 0.58
Hex FC DD 2B 0 C 53 1 33 61 3A
Octal 374 335 53 0 14 123 1 63 141 72
Binary 11111100 11011101 101011 0 1100 1010011 1 110011 1100001 111010

Color Harmonies of #FCDD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD2B

Black with #FCDD2B

Text Example


Text Example

White with #FCDD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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