Html Css Color HEX #FCF231 Gorse

📋 copy color: '#FCF231'

red 252 ◦ green 242 ◦ blue 49

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

Shades of Gorse #FCF231

Tints of Gorse #FCF231

RGB

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

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

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

R = 46.41%
G = 44.57%
B = 9.02%

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

#FCF231 (or 0xFCF231) is known color: Gorse. HEX triplet: FC, F2 and 31. RGB value is (252,242,49). Sum of RGB (Red+Green+Blue) = 252+242+49=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 49 (19.53% from 255 or 9.02% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF231 is #030DCE. Grayscale: #DFDFDF. Windows color (decimal): -200143 or 3273468. OLE color: 3273468.

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

Color convert

RGB 252 242 49 -
CMYK 0 0.04 0.81 0.01
HSL 57.04º 0.97% 0.59% -
HSV(B) 57.04º 0.81% 0.99% -
XYZ 72.45 84.42 15.38 -
YUV 222.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 252 242 49 0 0.04 0.81 0.01 57.04 0.97 0.59
Hex FC F2 31 0 4 51 1 39 61 3B
Octal 374 362 61 0 4 121 1 71 141 73
Binary 11111100 11110010 110001 0 100 1010001 1 111001 1100001 111011

Color Harmonies of #FCF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF231

Black with #FCF231

Text Example


Text Example

White with #FCF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF231; }

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

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

background-color css

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

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

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

border-color css

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

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

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