Html Css Color HEX #FCFB3A Gorse

📋 copy color: '#FCFB3A'

red 252 ◦ green 251 ◦ blue 58

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

Shades of Gorse #FCFB3A

Tints of Gorse #FCFB3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 10.34%

R = 44.92%
G = 44.74%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCFB3A (or 0xFCFB3A) is known color: Gorse. HEX triplet: FC, FB and 3A. RGB value is (252,251,58). Sum of RGB (Red+Green+Blue) = 252+251+58=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 58 (23.05% from 255 or 10.34% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFB3A is #0304C5. Grayscale: #E6E6E6. Windows color (decimal): -197830 or 3865596. OLE color: 3865596.

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

Color convert

RGB 252 251 58 -
CMYK 0 0.00 0.77 0.01
HSL 59.69º 0.97% 0.61% -
HSV(B) 59.69º 0.77% 0.99% -
XYZ 75.41 90 17.4 -
YUV 229.3 31.33 144.19 -
System Red Green Blue C M Y K H S L
Decimal 252 251 58 0 0.00 0.77 0.01 59.69 0.97 0.61
Hex FC FB 3A 0 0 4D 1 3C 61 3D
Octal 374 373 72 0 0 115 1 74 141 75
Binary 11111100 11111011 111010 0 0 1001101 1 111100 1100001 111101

Color Harmonies of #FCFB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB3A

Black with #FCFB3A

Text Example


Text Example

White with #FCFB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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