Html Css Color HEX #FBE12A Gorse

📋 copy color: '#FBE12A'

red 251 ◦ green 225 ◦ blue 42

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

Shades of Gorse #FBE12A

Tints of Gorse #FBE12A

RGB

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

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

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

R = 48.46%
G = 43.44%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBE12A (or 0xFBE12A) is known color: Gorse. HEX triplet: FB, E1 and 2A. RGB value is (251,225,42). Sum of RGB (Red+Green+Blue) = 251+225+42=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 42 (16.80% from 255 or 8.11% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE12A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE12A is #041ED5. Grayscale: #D4D4D4. Windows color (decimal): -270038 or 2810363. OLE color: 2810363.

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

Color convert

RGB 251 225 42 -
CMYK 0 0.10 0.83 0.02
HSL 52.54º 0.96% 0.57% -
HSV(B) 52.54º 0.83% 0.98% -
XYZ 67.13 74.53 13.04 -
YUV 211.91 32.11 155.88 -
System Red Green Blue C M Y K H S L
Decimal 251 225 42 0 0.10 0.83 0.02 52.54 0.96 0.57
Hex FB E1 2A 0 A 53 2 35 60 39
Octal 373 341 52 0 12 123 2 65 140 71
Binary 11111011 11100001 101010 0 1010 1010011 10 110101 1100000 111001

Color Harmonies of #FBE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE12A

Black with #FBE12A

Text Example


Text Example

White with #FBE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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