Html Css Color HEX #FCDD3F Gorse

📋 copy color: '#FCDD3F'

red 252 ◦ green 221 ◦ blue 63

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

Shades of Gorse #FCDD3F

Tints of Gorse #FCDD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.75%

R = 47.01%
G = 41.23%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCDD3F (or 0xFCDD3F) is known color: Gorse. HEX triplet: FC, DD and 3F. RGB value is (252,221,63). Sum of RGB (Red+Green+Blue) = 252+221+63=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 63 (25% from 255 or 11.75% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD3F is #0322C0. Grayscale: #D4D4D4. Windows color (decimal): -205505 or 4185596. OLE color: 4185596.

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

Color convert

RGB 252 221 63 -
CMYK 0 0.12 0.75 0.01
HSL 50.16º 0.97% 0.62% -
HSV(B) 50.16º 0.75% 0.99% -
XYZ 66.9 72.77 15.22 -
YUV 212.26 43.77 156.35 -
System Red Green Blue C M Y K H S L
Decimal 252 221 63 0 0.12 0.75 0.01 50.16 0.97 0.62
Hex FC DD 3F 0 C 4B 1 32 61 3E
Octal 374 335 77 0 14 113 1 62 141 76
Binary 11111100 11011101 111111 0 1100 1001011 1 110010 1100001 111110

Color Harmonies of #FCDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD3F

Black with #FCDD3F

Text Example


Text Example

White with #FCDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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