Html Css Color HEX #FCF138 Gorse

📋 copy color: '#FCF138'

red 252 ◦ green 241 ◦ blue 56

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

Shades of Gorse #FCF138

Tints of Gorse #FCF138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.2%

R = 45.9%
G = 43.9%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FCF138 (or 0xFCF138) is known color: Gorse. HEX triplet: FC, F1 and 38. RGB value is (252,241,56). Sum of RGB (Red+Green+Blue) = 252+241+56=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 56 (22.27% from 255 or 10.20% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF138 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF138 is #030EC7. Grayscale: #DFDFDF. Windows color (decimal): -200392 or 3731964. OLE color: 3731964.

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

Color convert

RGB 252 241 56 -
CMYK 0 0.04 0.78 0.01
HSL 56.63º 0.97% 0.6% -
HSV(B) 56.63º 0.78% 0.99% -
XYZ 72.31 83.89 16.12 -
YUV 223.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 252 241 56 0 0.04 0.78 0.01 56.63 0.97 0.6
Hex FC F1 38 0 4 4E 1 39 61 3C
Octal 374 361 70 0 4 116 1 71 141 74
Binary 11111100 11110001 111000 0 100 1001110 1 111001 1100001 111100

Color Harmonies of #FCF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF138

Black with #FCF138

Text Example


Text Example

White with #FCF138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF138; }

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

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

background-color css

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

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

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

border-color css

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

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

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