Html Css Color HEX #FBE42A Gorse

📋 copy color: '#FBE42A'

red 251 ◦ green 228 ◦ blue 42

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

Shades of Gorse #FBE42A

Tints of Gorse #FBE42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.76%

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

R = 48.18%
G = 43.76%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBE42A (or 0xFBE42A) is known color: Gorse. HEX triplet: FB, E4 and 2A. RGB value is (251,228,42). Sum of RGB (Red+Green+Blue) = 251+228+42=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 42 (16.80% from 255 or 8.06% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE42A is #041BD5. Grayscale: #D6D6D6. Windows color (decimal): -269270 or 2811131. OLE color: 2811131.

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

Color convert

RGB 251 228 42 -
CMYK 0 0.09 0.83 0.02
HSL 53.4º 0.96% 0.57% -
HSV(B) 53.4º 0.83% 0.98% -
XYZ 67.94 76.16 13.31 -
YUV 213.67 31.12 154.62 -
System Red Green Blue C M Y K H S L
Decimal 251 228 42 0 0.09 0.83 0.02 53.4 0.96 0.57
Hex FB E4 2A 0 9 53 2 35 60 39
Octal 373 344 52 0 11 123 2 65 140 71
Binary 11111011 11100100 101010 0 1001 1010011 10 110101 1100000 111001

Color Harmonies of #FBE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE42A

Black with #FBE42A

Text Example


Text Example

White with #FBE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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