Html Css Color HEX #FBE128 Gorse

📋 copy color: '#FBE128'

red 251 ◦ green 225 ◦ blue 40

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

Shades of Gorse #FBE128

Tints of Gorse #FBE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.75%

R = 48.64%
G = 43.6%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBE128 (or 0xFBE128) is known color: Gorse. HEX triplet: FB, E1 and 28. RGB value is (251,225,40). Sum of RGB (Red+Green+Blue) = 251+225+40=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE128 is #041ED7. Grayscale: #D4D4D4. Windows color (decimal): -270040 or 2679291. OLE color: 2679291.

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

Color convert

RGB 251 225 40 -
CMYK 0 0.10 0.84 0.02
HSL 52.61º 0.96% 0.57% -
HSV(B) 52.61º 0.84% 0.98% -
XYZ 67.09 74.51 12.85 -
YUV 211.68 31.11 156.04 -
System Red Green Blue C M Y K H S L
Decimal 251 225 40 0 0.10 0.84 0.02 52.61 0.96 0.57
Hex FB E1 28 0 A 54 2 35 60 39
Octal 373 341 50 0 12 124 2 65 140 71
Binary 11111011 11100001 101000 0 1010 1010100 10 110101 1100000 111001

Color Harmonies of #FBE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE128

Black with #FBE128

Text Example


Text Example

White with #FBE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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