Html Css Color HEX #FBE130 Gorse

📋 copy color: '#FBE130'

red 251 ◦ green 225 ◦ blue 48

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

Shades of Gorse #FBE130

Tints of Gorse #FBE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.16%

R = 47.9%
G = 42.94%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBE130 (or 0xFBE130) is known color: Gorse. HEX triplet: FB, E1 and 30. RGB value is (251,225,48). Sum of RGB (Red+Green+Blue) = 251+225+48=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE130 is #041ECF. Grayscale: #D5D5D5. Windows color (decimal): -270032 or 3203579. OLE color: 3203579.

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

Color convert

RGB 251 225 48 -
CMYK 0 0.10 0.81 0.02
HSL 52.32º 0.96% 0.59% -
HSV(B) 52.32º 0.81% 0.98% -
XYZ 67.24 74.57 13.65 -
YUV 212.6 35.11 155.39 -
System Red Green Blue C M Y K H S L
Decimal 251 225 48 0 0.10 0.81 0.02 52.32 0.96 0.59
Hex FB E1 30 0 A 51 2 34 60 3B
Octal 373 341 60 0 12 121 2 64 140 73
Binary 11111011 11100001 110000 0 1010 1010001 10 110100 1100000 111011

Color Harmonies of #FBE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE130

Black with #FBE130

Text Example


Text Example

White with #FBE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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