Html Css Color HEX #FCDD43 Gorse

📋 copy color: '#FCDD43'

red 252 ◦ green 221 ◦ blue 67

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

Shades of Gorse #FCDD43

Tints of Gorse #FCDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 12.41%

R = 46.67%
G = 40.93%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCDD43 (or 0xFCDD43) is known color: Gorse. HEX triplet: FC, DD and 43. RGB value is (252,221,67). Sum of RGB (Red+Green+Blue) = 252+221+67=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 67 (26.56% from 255 or 12.41% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD43 is #0322BC. Grayscale: #D5D5D5. Windows color (decimal): -205501 or 4447740. OLE color: 4447740.

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

Color convert

RGB 252 221 67 -
CMYK 0 0.12 0.73 0.01
HSL 49.95º 0.97% 0.63% -
HSV(B) 49.95º 0.73% 0.99% -
XYZ 67.01 72.81 15.83 -
YUV 212.71 45.77 156.02 -
System Red Green Blue C M Y K H S L
Decimal 252 221 67 0 0.12 0.73 0.01 49.95 0.97 0.63
Hex FC DD 43 0 C 49 1 32 61 3F
Octal 374 335 103 0 14 111 1 62 141 77
Binary 11111100 11011101 1000011 0 1100 1001001 1 110010 1100001 111111

Color Harmonies of #FCDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD43

Black with #FCDD43

Text Example


Text Example

White with #FCDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD43; }

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

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

background-color css

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

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

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

border-color css

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

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

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