Html Css Color HEX #FCDF3E Gorse

📋 copy color: '#FCDF3E'

red 252 ◦ green 223 ◦ blue 62

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

Shades of Gorse #FCDF3E

Tints of Gorse #FCDF3E

RGB

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

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

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

R = 46.93%
G = 41.53%
B = 11.55%

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

#FCDF3E (or 0xFCDF3E) is known color: Gorse. HEX triplet: FC, DF and 3E. RGB value is (252,223,62). Sum of RGB (Red+Green+Blue) = 252+223+62=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 223 (87.5% from 255 or 41.53% from 537); Blue value is 62 (24.61% from 255 or 11.55% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF3E is #0320C1. Grayscale: #D5D5D5. Windows color (decimal): -204994 or 4120572. OLE color: 4120572.

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

Color convert

RGB 252 223 62 -
CMYK 0 0.12 0.75 0.01
HSL 50.84º 0.97% 0.62% -
HSV(B) 50.84º 0.75% 0.99% -
XYZ 67.4 73.82 15.25 -
YUV 213.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 252 223 62 0 0.12 0.75 0.01 50.84 0.97 0.62
Hex FC DF 3E 0 C 4B 1 33 61 3E
Octal 374 337 76 0 14 113 1 63 141 76
Binary 11111100 11011111 111110 0 1100 1001011 1 110011 1100001 111110

Color Harmonies of #FCDF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF3E

Black with #FCDF3E

Text Example


Text Example

White with #FCDF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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