Html Css Color HEX #FBE145 Gorse

📋 copy color: '#FBE145'

red 251 ◦ green 225 ◦ blue 69

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

Shades of Gorse #FBE145

Tints of Gorse #FBE145

RGB

 RED value IS 251 (98.44% from 255) = 46.06%

 GREEN value IS 225 (88.28% from 255) = 41.28%

 BLUE value IS 69 (27.34% from 255) = 12.66%

R = 46.06%
G = 41.28%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#FBE145 (or 0xFBE145) is known color: Gorse. HEX triplet: FB, E1 and 45. RGB value is (251,225,69). Sum of RGB (Red+Green+Blue) = 251+225+69=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 69 (27.34% from 255 or 12.66% from 545); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE145 is #041EBA. Grayscale: #D7D7D7. Windows color (decimal): -270011 or 4579835. OLE color: 4579835.

HSL color Cylindrical-coordinate representation of color #FBE145: hue angle of 51.43º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FBE145 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 225 69 -
CMYK 0 0.10 0.73 0.02
HSL 51.43º 0.96% 0.63% -
HSV(B) 51.43º 0.73% 0.98% -
XYZ 67.78 74.79 16.49 -
YUV 214.99 45.61 153.68 -
System Red Green Blue C M Y K H S L
Decimal 251 225 69 0 0.10 0.73 0.02 51.43 0.96 0.63
Hex FB E1 45 0 A 49 2 33 60 3F
Octal 373 341 105 0 12 111 2 63 140 77
Binary 11111011 11100001 1000101 0 1010 1001001 10 110011 1100000 111111

Color Harmonies of #FBE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE145

Black with #FBE145

Text Example


Text Example

White with #FBE145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE145; }

 p { color: rgb(251,225,69); }

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

background-color css

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

 a { background-color: rgb(251,225,69); }

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

border-color css

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

 span { border-color: rgb(251,225,69); }

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