Html Css Color HEX #FBE12D Gorse

📋 copy color: '#FBE12D'

red 251 ◦ green 225 ◦ blue 45

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

Shades of Gorse #FBE12D

Tints of Gorse #FBE12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.64%

R = 48.18%
G = 43.19%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBE12D (or 0xFBE12D) is known color: Gorse. HEX triplet: FB, E1 and 2D. RGB value is (251,225,45). Sum of RGB (Red+Green+Blue) = 251+225+45=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE12D is #041ED2. Grayscale: #D5D5D5. Windows color (decimal): -270035 or 3006971. OLE color: 3006971.

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

Color convert

RGB 251 225 45 -
CMYK 0 0.10 0.82 0.02
HSL 52.43º 0.96% 0.58% -
HSV(B) 52.43º 0.82% 0.98% -
XYZ 67.18 74.55 13.33 -
YUV 212.25 33.61 155.64 -
System Red Green Blue C M Y K H S L
Decimal 251 225 45 0 0.10 0.82 0.02 52.43 0.96 0.58
Hex FB E1 2D 0 A 52 2 34 60 3A
Octal 373 341 55 0 12 122 2 64 140 72
Binary 11111011 11100001 101101 0 1010 1010010 10 110100 1100000 111010

Color Harmonies of #FBE12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE12D

Black with #FBE12D

Text Example


Text Example

White with #FBE12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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