Html Css Color HEX #FBE52A Gorse

📋 copy color: '#FBE52A'

red 251 ◦ green 229 ◦ blue 42

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

Shades of Gorse #FBE52A

Tints of Gorse #FBE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.87%

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

R = 48.08%
G = 43.87%
B = 8.05%

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

#FBE52A (or 0xFBE52A) is known color: Gorse. HEX triplet: FB, E5 and 2A. RGB value is (251,229,42). Sum of RGB (Red+Green+Blue) = 251+229+42=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 42 (16.80% from 255 or 8.05% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE52A is #041AD5. Grayscale: #D7D7D7. Windows color (decimal): -269014 or 2811387. OLE color: 2811387.

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

Color convert

RGB 251 229 42 -
CMYK 0 0.09 0.83 0.02
HSL 53.68º 0.96% 0.57% -
HSV(B) 53.68º 0.83% 0.98% -
XYZ 68.22 76.72 13.4 -
YUV 214.26 30.79 154.21 -
System Red Green Blue C M Y K H S L
Decimal 251 229 42 0 0.09 0.83 0.02 53.68 0.96 0.57
Hex FB E5 2A 0 9 53 2 36 60 39
Octal 373 345 52 0 11 123 2 66 140 71
Binary 11111011 11100101 101010 0 1001 1010011 10 110110 1100000 111001

Color Harmonies of #FBE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE52A

Black with #FBE52A

Text Example


Text Example

White with #FBE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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