Html Css Color HEX #FCF130 Gorse

📋 copy color: '#FCF130'

red 252 ◦ green 241 ◦ blue 48

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

Shades of Gorse #FCF130

Tints of Gorse #FCF130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.87%

R = 46.58%
G = 44.55%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF130 (or 0xFCF130) is known color: Gorse. HEX triplet: FC, F1 and 30. RGB value is (252,241,48). Sum of RGB (Red+Green+Blue) = 252+241+48=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 48 (19.14% from 255 or 8.87% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF130 is #030ECF. Grayscale: #DFDFDF. Windows color (decimal): -200400 or 3207676. OLE color: 3207676.

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

Color convert

RGB 252 241 48 -
CMYK 0 0.04 0.81 0.01
HSL 56.76º 0.97% 0.59% -
HSV(B) 56.76º 0.81% 0.99% -
XYZ 72.13 83.82 15.17 -
YUV 222.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 252 241 48 0 0.04 0.81 0.01 56.76 0.97 0.59
Hex FC F1 30 0 4 51 1 39 61 3B
Octal 374 361 60 0 4 121 1 71 141 73
Binary 11111100 11110001 110000 0 100 1010001 1 111001 1100001 111011

Color Harmonies of #FCF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF130

Black with #FCF130

Text Example


Text Example

White with #FCF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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