Html Css Color HEX #FCFB2A Gorse

📋 copy color: '#FCFB2A'

red 252 ◦ green 251 ◦ blue 42

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

Shades of Gorse #FCFB2A

Tints of Gorse #FCFB2A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.06%

 BLUE value IS 42 (16.8% from 255) = 7.71%

R = 46.24%
G = 46.06%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCFB2A (or 0xFCFB2A) is known color: Gorse. HEX triplet: FC, FB and 2A. RGB value is (252,251,42). Sum of RGB (Red+Green+Blue) = 252+251+42=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 42 (16.80% from 255 or 7.71% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB2A is #0304D5. Grayscale: #E4E4E4. Windows color (decimal): -197846 or 2817020. OLE color: 2817020.

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

Color convert

RGB 252 251 42 -
CMYK 0 0.00 0.83 0.01
HSL 59.71º 0.97% 0.58% -
HSV(B) 59.71º 0.83% 0.99% -
XYZ 75.06 89.86 15.58 -
YUV 227.47 23.33 145.49 -
System Red Green Blue C M Y K H S L
Decimal 252 251 42 0 0.00 0.83 0.01 59.71 0.97 0.58
Hex FC FB 2A 0 0 53 1 3C 61 3A
Octal 374 373 52 0 0 123 1 74 141 72
Binary 11111100 11111011 101010 0 0 1010011 1 111100 1100001 111010

Color Harmonies of #FCFB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB2A

Black with #FCFB2A

Text Example


Text Example

White with #FCFB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB2A; }

 p { color: rgb(252,251,42); }

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

background-color css

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

 a { background-color: rgb(252,251,42); }

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

border-color css

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

 span { border-color: rgb(252,251,42); }

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