Html Css Color HEX #FBF53A Gorse

📋 copy color: '#FBF53A'

red 251 ◦ green 245 ◦ blue 58

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

Shades of Gorse #FBF53A

Tints of Gorse #FBF53A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.22%

 BLUE value IS 58 (23.05% from 255) = 10.47%

R = 45.31%
G = 44.22%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBF53A (or 0xFBF53A) is known color: Gorse. HEX triplet: FB, F5 and 3A. RGB value is (251,245,58). Sum of RGB (Red+Green+Blue) = 251+245+58=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 58 (23.05% from 255 or 10.47% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF53A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF53A is #040AC5. Grayscale: #E2E2E2. Windows color (decimal): -264902 or 3864059. OLE color: 3864059.

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

Color convert

RGB 251 245 58 -
CMYK 0 0.02 0.77 0.02
HSL 58.13º 0.96% 0.61% -
HSV(B) 58.13º 0.77% 0.98% -
XYZ 73.2 86.12 16.77 -
YUV 225.48 33.49 146.21 -
System Red Green Blue C M Y K H S L
Decimal 251 245 58 0 0.02 0.77 0.02 58.13 0.96 0.61
Hex FB F5 3A 0 2 4D 2 3A 60 3D
Octal 373 365 72 0 2 115 2 72 140 75
Binary 11111011 11110101 111010 0 10 1001101 10 111010 1100000 111101

Color Harmonies of #FBF53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF53A

Black with #FBF53A

Text Example


Text Example

White with #FBF53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF53A; }

 p { color: rgb(251,245,58); }

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

background-color css

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

 a { background-color: rgb(251,245,58); }

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

border-color css

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

 span { border-color: rgb(251,245,58); }

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