Html Css Color HEX #FCF631 Gorse

📋 copy color: '#FCF631'

red 252 ◦ green 246 ◦ blue 49

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

Shades of Gorse #FCF631

Tints of Gorse #FCF631

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.97%

 BLUE value IS 49 (19.53% from 255) = 8.96%

R = 46.07%
G = 44.97%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF631 (or 0xFCF631) is known color: Gorse. HEX triplet: FC, F6 and 31. RGB value is (252,246,49). Sum of RGB (Red+Green+Blue) = 252+246+49=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 49 (19.53% from 255 or 8.96% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF631 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF631 is #0309CE. Grayscale: #E2E2E2. Windows color (decimal): -199119 or 3274492. OLE color: 3274492.

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

Color convert

RGB 252 246 49 -
CMYK 0 0.02 0.81 0.01
HSL 58.23º 0.97% 0.59% -
HSV(B) 58.23º 0.81% 0.99% -
XYZ 73.66 86.83 15.78 -
YUV 225.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 252 246 49 0 0.02 0.81 0.01 58.23 0.97 0.59
Hex FC F6 31 0 2 51 1 3A 61 3B
Octal 374 366 61 0 2 121 1 72 141 73
Binary 11111100 11110110 110001 0 10 1010001 1 111010 1100001 111011

Color Harmonies of #FCF631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF631

Black with #FCF631

Text Example


Text Example

White with #FCF631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF631; }

 p { color: rgb(252,246,49); }

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

background-color css

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

 a { background-color: rgb(252,246,49); }

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

border-color css

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

 span { border-color: rgb(252,246,49); }

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