Html Css Color HEX #FCF32B Gorse

📋 copy color: '#FCF32B'

red 252 ◦ green 243 ◦ blue 43

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

Shades of Gorse #FCF32B

Tints of Gorse #FCF32B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.17%

 BLUE value IS 43 (17.19% from 255) = 7.99%

R = 46.84%
G = 45.17%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF32B (or 0xFCF32B) is known color: Gorse. HEX triplet: FC, F3 and 2B. RGB value is (252,243,43). Sum of RGB (Red+Green+Blue) = 252+243+43=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF32B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF32B is #030CD4. Grayscale: #DFDFDF. Windows color (decimal): -199893 or 2880508. OLE color: 2880508.

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

Color convert

RGB 252 243 43 -
CMYK 0 0.04 0.83 0.01
HSL 57.42º 0.97% 0.58% -
HSV(B) 57.42º 0.83% 0.99% -
XYZ 72.63 84.97 14.86 -
YUV 222.89 26.48 148.76 -
System Red Green Blue C M Y K H S L
Decimal 252 243 43 0 0.04 0.83 0.01 57.42 0.97 0.58
Hex FC F3 2B 0 4 53 1 39 61 3A
Octal 374 363 53 0 4 123 1 71 141 72
Binary 11111100 11110011 101011 0 100 1010011 1 111001 1100001 111010

Color Harmonies of #FCF32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF32B

Black with #FCF32B

Text Example


Text Example

White with #FCF32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF32B; }

 p { color: rgb(252,243,43); }

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

background-color css

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

 a { background-color: rgb(252,243,43); }

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

border-color css

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

 span { border-color: rgb(252,243,43); }

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