Html Css Color HEX #FCF129 Gorse

📋 copy color: '#FCF129'

red 252 ◦ green 241 ◦ blue 41

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

Shades of Gorse #FCF129

Tints of Gorse #FCF129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.13%

 BLUE value IS 41 (16.41% from 255) = 7.68%

R = 47.19%
G = 45.13%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF129 (or 0xFCF129) is known color: Gorse. HEX triplet: FC, F1 and 29. RGB value is (252,241,41). Sum of RGB (Red+Green+Blue) = 252+241+41=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 41 (16.41% from 255 or 7.68% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF129 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF129 is #030ED6. Grayscale: #DEDEDE. Windows color (decimal): -200407 or 2748924. OLE color: 2748924.

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

Color convert

RGB 252 241 41 -
CMYK 0 0.04 0.84 0.01
HSL 56.87º 0.97% 0.57% -
HSV(B) 56.87º 0.84% 0.99% -
XYZ 72 83.77 14.47 -
YUV 221.49 26.14 149.76 -
System Red Green Blue C M Y K H S L
Decimal 252 241 41 0 0.04 0.84 0.01 56.87 0.97 0.57
Hex FC F1 29 0 4 54 1 39 61 39
Octal 374 361 51 0 4 124 1 71 141 71
Binary 11111100 11110001 101001 0 100 1010100 1 111001 1100001 111001

Color Harmonies of #FCF129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF129

Black with #FCF129

Text Example


Text Example

White with #FCF129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF129; }

 p { color: rgb(252,241,41); }

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

background-color css

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

 a { background-color: rgb(252,241,41); }

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

border-color css

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

 span { border-color: rgb(252,241,41); }

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