Html Css Color HEX #FBF130 Gorse

📋 copy color: '#FBF130'

red 251 ◦ green 241 ◦ blue 48

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

Shades of Gorse #FBF130

Tints of Gorse #FBF130

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

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

R = 46.48%
G = 44.63%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBF130 (or 0xFBF130) is known color: Gorse. HEX triplet: FB, F1 and 30. RGB value is (251,241,48). Sum of RGB (Red+Green+Blue) = 251+241+48=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 48 (19.14% from 255 or 8.89% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF130 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF130 is #040ECF. Grayscale: #DEDEDE. Windows color (decimal): -265936 or 3207675. OLE color: 3207675.

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

Color convert

RGB 251 241 48 -
CMYK 0 0.04 0.81 0.02
HSL 57.04º 0.96% 0.59% -
HSV(B) 57.04º 0.81% 0.98% -
XYZ 71.77 83.63 15.16 -
YUV 221.99 29.81 148.69 -
System Red Green Blue C M Y K H S L
Decimal 251 241 48 0 0.04 0.81 0.02 57.04 0.96 0.59
Hex FB F1 30 0 4 51 2 39 60 3B
Octal 373 361 60 0 4 121 2 71 140 73
Binary 11111011 11110001 110000 0 100 1010001 10 111001 1100000 111011

Color Harmonies of #FBF130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF130

Black with #FBF130

Text Example


Text Example

White with #FBF130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF130; }

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

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

background-color css

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

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

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

border-color css

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

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

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