Html Css Color HEX #FBE72A Gorse

📋 copy color: '#FBE72A'

red 251 ◦ green 231 ◦ blue 42

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

Shades of Gorse #FBE72A

Tints of Gorse #FBE72A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.08%

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

R = 47.9%
G = 44.08%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBE72A (or 0xFBE72A) is known color: Gorse. HEX triplet: FB, E7 and 2A. RGB value is (251,231,42). Sum of RGB (Red+Green+Blue) = 251+231+42=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 231 (90.62% from 255 or 44.08% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE72A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBE72A is #0418D5. Grayscale: #D8D8D8. Windows color (decimal): -268502 or 2811899. OLE color: 2811899.

HSL color Cylindrical-coordinate representation of color #FBE72A: hue angle of 54.26º 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 #FBE72A is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 231 42 -
CMYK 0 0.08 0.83 0.02
HSL 54.26º 0.96% 0.57% -
HSV(B) 54.26º 0.83% 0.98% -
XYZ 68.78 77.83 13.59 -
YUV 215.43 30.13 153.37 -
System Red Green Blue C M Y K H S L
Decimal 251 231 42 0 0.08 0.83 0.02 54.26 0.96 0.57
Hex FB E7 2A 0 8 53 2 36 60 39
Octal 373 347 52 0 10 123 2 66 140 71
Binary 11111011 11100111 101010 0 1000 1010011 10 110110 1100000 111001

Color Harmonies of #FBE72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE72A

Black with #FBE72A

Text Example


Text Example

White with #FBE72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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