Html Css Color HEX #FCEB30 Gorse

📋 copy color: '#FCEB30'

red 252 ◦ green 235 ◦ blue 48

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

Shades of Gorse #FCEB30

Tints of Gorse #FCEB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.97%

R = 47.1%
G = 43.93%
B = 8.97%

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

#FCEB30 (or 0xFCEB30) is known color: Gorse. HEX triplet: FC, EB and 30. RGB value is (252,235,48). Sum of RGB (Red+Green+Blue) = 252+235+48=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 48 (19.14% from 255 or 8.97% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB30 is #0314CF. Grayscale: #DBDBDB. Windows color (decimal): -201936 or 3206140. OLE color: 3206140.

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

Color convert

RGB 252 235 48 -
CMYK 0 0.07 0.81 0.01
HSL 55º 0.97% 0.59% -
HSV(B) 55º 0.81% 0.99% -
XYZ 70.39 80.33 14.59 -
YUV 218.77 31.63 151.71 -
System Red Green Blue C M Y K H S L
Decimal 252 235 48 0 0.07 0.81 0.01 55 0.97 0.59
Hex FC EB 30 0 7 51 1 37 61 3B
Octal 374 353 60 0 7 121 1 67 141 73
Binary 11111100 11101011 110000 0 111 1010001 1 110111 1100001 111011

Color Harmonies of #FCEB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB30

Black with #FCEB30

Text Example


Text Example

White with #FCEB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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