Html Css Color HEX #FCDD3E Gorse

📋 copy color: '#FCDD3E'

red 252 ◦ green 221 ◦ blue 62

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

Shades of Gorse #FCDD3E

Tints of Gorse #FCDD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.59%

R = 47.1%
G = 41.31%
B = 11.59%

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

#FCDD3E (or 0xFCDD3E) is known color: Gorse. HEX triplet: FC, DD and 3E. RGB value is (252,221,62). Sum of RGB (Red+Green+Blue) = 252+221+62=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 62 (24.61% from 255 or 11.59% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD3E is #0322C1. Grayscale: #D4D4D4. Windows color (decimal): -205506 or 4120060. OLE color: 4120060.

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

Color convert

RGB 252 221 62 -
CMYK 0 0.12 0.75 0.01
HSL 50.21º 0.97% 0.62% -
HSV(B) 50.21º 0.75% 0.99% -
XYZ 66.87 72.76 15.08 -
YUV 212.14 43.27 156.43 -
System Red Green Blue C M Y K H S L
Decimal 252 221 62 0 0.12 0.75 0.01 50.21 0.97 0.62
Hex FC DD 3E 0 C 4B 1 32 61 3E
Octal 374 335 76 0 14 113 1 62 141 76
Binary 11111100 11011101 111110 0 1100 1001011 1 110010 1100001 111110

Color Harmonies of #FCDD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD3E

Black with #FCDD3E

Text Example


Text Example

White with #FCDD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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