Html Css Color HEX #FCDF2E Gorse

📋 copy color: '#FCDF2E'

red 252 ◦ green 223 ◦ blue 46

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

Shades of Gorse #FCDF2E

Tints of Gorse #FCDF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.83%

R = 48.37%
G = 42.8%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCDF2E (or 0xFCDF2E) is known color: Gorse. HEX triplet: FC, DF and 2E. RGB value is (252,223,46). Sum of RGB (Red+Green+Blue) = 252+223+46=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 46 (18.36% from 255 or 8.83% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF2E is #0320D1. Grayscale: #D4D4D4. Windows color (decimal): -205010 or 3071996. OLE color: 3071996.

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

Color convert

RGB 252 223 46 -
CMYK 0 0.12 0.82 0.01
HSL 51.55º 0.97% 0.58% -
HSV(B) 51.55º 0.82% 0.99% -
XYZ 67.03 73.67 13.27 -
YUV 211.49 34.61 156.89 -
System Red Green Blue C M Y K H S L
Decimal 252 223 46 0 0.12 0.82 0.01 51.55 0.97 0.58
Hex FC DF 2E 0 C 52 1 34 61 3A
Octal 374 337 56 0 14 122 1 64 141 72
Binary 11111100 11011111 101110 0 1100 1010010 1 110100 1100001 111010

Color Harmonies of #FCDF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF2E

Black with #FCDF2E

Text Example


Text Example

White with #FCDF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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