Html Css Color HEX #FCEB2F Gorse

📋 copy color: '#FCEB2F'

red 252 ◦ green 235 ◦ blue 47

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

Shades of Gorse #FCEB2F

Tints of Gorse #FCEB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.8%

R = 47.19%
G = 44.01%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCEB2F (or 0xFCEB2F) is known color: Gorse. HEX triplet: FC, EB and 2F. RGB value is (252,235,47). Sum of RGB (Red+Green+Blue) = 252+235+47=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 47 (18.75% from 255 or 8.80% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB2F is #0314D0. Grayscale: #DBDBDB. Windows color (decimal): -201937 or 3140604. OLE color: 3140604.

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

Color convert

RGB 252 235 47 -
CMYK 0 0.07 0.81 0.01
HSL 55.02º 0.97% 0.59% -
HSV(B) 55.02º 0.81% 0.99% -
XYZ 70.37 80.32 14.48 -
YUV 218.65 31.13 151.79 -
System Red Green Blue C M Y K H S L
Decimal 252 235 47 0 0.07 0.81 0.01 55.02 0.97 0.59
Hex FC EB 2F 0 7 51 1 37 61 3B
Octal 374 353 57 0 7 121 1 67 141 73
Binary 11111100 11101011 101111 0 111 1010001 1 110111 1100001 111011

Color Harmonies of #FCEB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB2F

Black with #FCEB2F

Text Example


Text Example

White with #FCEB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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