Html Css Color HEX #FCF23C Gorse

📋 copy color: '#FCF23C'

red 252 ◦ green 242 ◦ blue 60

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

Shades of Gorse #FCF23C

Tints of Gorse #FCF23C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.68%

 BLUE value IS 60 (23.83% from 255) = 10.83%

R = 45.49%
G = 43.68%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCF23C (or 0xFCF23C) is known color: Gorse. HEX triplet: FC, F2 and 3C. RGB value is (252,242,60). Sum of RGB (Red+Green+Blue) = 252+242+60=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 60 (23.83% from 255 or 10.83% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF23C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF23C is #030DC3. Grayscale: #E0E0E0. Windows color (decimal): -200132 or 3994364. OLE color: 3994364.

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

Color convert

RGB 252 242 60 -
CMYK 0 0.04 0.76 0.01
HSL 56.88º 0.97% 0.61% -
HSV(B) 56.88º 0.76% 0.99% -
XYZ 72.71 84.53 16.76 -
YUV 224.24 35.31 147.8 -
System Red Green Blue C M Y K H S L
Decimal 252 242 60 0 0.04 0.76 0.01 56.88 0.97 0.61
Hex FC F2 3C 0 4 4C 1 39 61 3D
Octal 374 362 74 0 4 114 1 71 141 75
Binary 11111100 11110010 111100 0 100 1001100 1 111001 1100001 111101

Color Harmonies of #FCF23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF23C

Black with #FCF23C

Text Example


Text Example

White with #FCF23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF23C; }

 p { color: rgb(252,242,60); }

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

background-color css

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

 a { background-color: rgb(252,242,60); }

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

border-color css

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

 span { border-color: rgb(252,242,60); }

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