Html Css Color HEX #FCEB3E Gorse

📋 copy color: '#FCEB3E'

red 252 ◦ green 235 ◦ blue 62

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

Shades of Gorse #FCEB3E

Tints of Gorse #FCEB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.29%

R = 45.9%
G = 42.81%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FCEB3E (or 0xFCEB3E) is known color: Gorse. HEX triplet: FC, EB and 3E. RGB value is (252,235,62). Sum of RGB (Red+Green+Blue) = 252+235+62=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 62 (24.61% from 255 or 11.29% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB3E is #0314C1. Grayscale: #DDDDDD. Windows color (decimal): -201922 or 4123644. OLE color: 4123644.

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

Color convert

RGB 252 235 62 -
CMYK 0 0.07 0.75 0.01
HSL 54.63º 0.97% 0.62% -
HSV(B) 54.63º 0.75% 0.99% -
XYZ 70.72 80.46 16.36 -
YUV 220.36 38.63 150.57 -
System Red Green Blue C M Y K H S L
Decimal 252 235 62 0 0.07 0.75 0.01 54.63 0.97 0.62
Hex FC EB 3E 0 7 4B 1 37 61 3E
Octal 374 353 76 0 7 113 1 67 141 76
Binary 11111100 11101011 111110 0 111 1001011 1 110111 1100001 111110

Color Harmonies of #FCEB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB3E

Black with #FCEB3E

Text Example


Text Example

White with #FCEB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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