Html Css Color HEX #FCEB3A Gorse

📋 copy color: '#FCEB3A'

red 252 ◦ green 235 ◦ blue 58

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

Shades of Gorse #FCEB3A

Tints of Gorse #FCEB3A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.12%

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

R = 46.24%
G = 43.12%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCEB3A (or 0xFCEB3A) is known color: Gorse. HEX triplet: FC, EB and 3A. RGB value is (252,235,58). Sum of RGB (Red+Green+Blue) = 252+235+58=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 58 (23.05% from 255 or 10.64% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB3A is #0314C5. Grayscale: #DCDCDC. Windows color (decimal): -201926 or 3861500. OLE color: 3861500.

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

Color convert

RGB 252 235 58 -
CMYK 0 0.07 0.77 0.01
HSL 54.74º 0.97% 0.61% -
HSV(B) 54.74º 0.77% 0.99% -
XYZ 70.62 80.42 15.8 -
YUV 219.91 36.63 150.89 -
System Red Green Blue C M Y K H S L
Decimal 252 235 58 0 0.07 0.77 0.01 54.74 0.97 0.61
Hex FC EB 3A 0 7 4D 1 37 61 3D
Octal 374 353 72 0 7 115 1 67 141 75
Binary 11111100 11101011 111010 0 111 1001101 1 110111 1100001 111101

Color Harmonies of #FCEB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB3A

Black with #FCEB3A

Text Example


Text Example

White with #FCEB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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