Html Css Color HEX #FCEB2B Gorse

📋 copy color: '#FCEB2B'

red 252 ◦ green 235 ◦ blue 43

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

Shades of Gorse #FCEB2B

Tints of Gorse #FCEB2B

RGB

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

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

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

R = 47.55%
G = 44.34%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCEB2B (or 0xFCEB2B) is known color: Gorse. HEX triplet: FC, EB and 2B. RGB value is (252,235,43). Sum of RGB (Red+Green+Blue) = 252+235+43=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 235 (92.19% from 255 or 44.34% from 530); Blue value is 43 (17.19% from 255 or 8.11% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB2B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB2B is #0314D4. Grayscale: #DADADA. Windows color (decimal): -201941 or 2878460. OLE color: 2878460.

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

Color convert

RGB 252 235 43 -
CMYK 0 0.07 0.83 0.01
HSL 55.12º 0.97% 0.58% -
HSV(B) 55.12º 0.83% 0.99% -
XYZ 70.29 80.29 14.08 -
YUV 218.2 29.13 152.11 -
System Red Green Blue C M Y K H S L
Decimal 252 235 43 0 0.07 0.83 0.01 55.12 0.97 0.58
Hex FC EB 2B 0 7 53 1 37 61 3A
Octal 374 353 53 0 7 123 1 67 141 72
Binary 11111100 11101011 101011 0 111 1010011 1 110111 1100001 111010

Color Harmonies of #FCEB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB2B

Black with #FCEB2B

Text Example


Text Example

White with #FCEB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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