Html Css Color HEX #FCDF2A Gorse

📋 copy color: '#FCDF2A'

red 252 ◦ green 223 ◦ blue 42

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

Shades of Gorse #FCDF2A

Tints of Gorse #FCDF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

 BLUE value IS 42 (16.8% from 255) = 8.12%

R = 48.74%
G = 43.13%
B = 8.12%

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

#FCDF2A (or 0xFCDF2A) is known color: Gorse. HEX triplet: FC, DF and 2A. RGB value is (252,223,42). Sum of RGB (Red+Green+Blue) = 252+223+42=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 42 (16.80% from 255 or 8.12% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF2A is #0320D5. Grayscale: #D3D3D3. Windows color (decimal): -205014 or 2809852. OLE color: 2809852.

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

Color convert

RGB 252 223 42 -
CMYK 0 0.12 0.83 0.01
HSL 51.71º 0.97% 0.58% -
HSV(B) 51.71º 0.83% 0.99% -
XYZ 66.95 73.64 12.88 -
YUV 211.04 32.61 157.22 -
System Red Green Blue C M Y K H S L
Decimal 252 223 42 0 0.12 0.83 0.01 51.71 0.97 0.58
Hex FC DF 2A 0 C 53 1 34 61 3A
Octal 374 337 52 0 14 123 1 64 141 72
Binary 11111100 11011111 101010 0 1100 1010011 1 110100 1100001 111010

Color Harmonies of #FCDF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF2A

Black with #FCDF2A

Text Example


Text Example

White with #FCDF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF2A; }

 p { color: rgb(252,223,42); }

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

background-color css

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

 a { background-color: rgb(252,223,42); }

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

border-color css

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

 span { border-color: rgb(252,223,42); }

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