Html Css Color HEX #FBE92A Gorse

📋 copy color: '#FBE92A'

red 251 ◦ green 233 ◦ blue 42

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

Shades of Gorse #FBE92A

Tints of Gorse #FBE92A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.3%

 BLUE value IS 42 (16.8% from 255) = 7.98%

R = 47.72%
G = 44.3%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBE92A (or 0xFBE92A) is known color: Gorse. HEX triplet: FB, E9 and 2A. RGB value is (251,233,42). Sum of RGB (Red+Green+Blue) = 251+233+42=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE92A is #0416D5. Grayscale: #D9D9D9. Windows color (decimal): -267990 or 2812411. OLE color: 2812411.

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

Color convert

RGB 251 233 42 -
CMYK 0 0.07 0.83 0.02
HSL 54.83º 0.96% 0.57% -
HSV(B) 54.83º 0.83% 0.98% -
XYZ 69.34 78.95 13.78 -
YUV 216.61 29.46 152.53 -
System Red Green Blue C M Y K H S L
Decimal 251 233 42 0 0.07 0.83 0.02 54.83 0.96 0.57
Hex FB E9 2A 0 7 53 2 37 60 39
Octal 373 351 52 0 7 123 2 67 140 71
Binary 11111011 11101001 101010 0 111 1010011 10 110111 1100000 111001

Color Harmonies of #FBE92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE92A

Black with #FBE92A

Text Example


Text Example

White with #FBE92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE92A; }

 p { color: rgb(251,233,42); }

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

background-color css

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

 a { background-color: rgb(251,233,42); }

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

border-color css

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

 span { border-color: rgb(251,233,42); }

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