Html Css Color HEX #FBF535 Gorse

📋 copy color: '#FBF535'

red 251 ◦ green 245 ◦ blue 53

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

Shades of Gorse #FBF535

Tints of Gorse #FBF535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 9.65%

R = 45.72%
G = 44.63%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBF535 (or 0xFBF535) is known color: Gorse. HEX triplet: FB, F5 and 35. RGB value is (251,245,53). Sum of RGB (Red+Green+Blue) = 251+245+53=549 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.72% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 53 (21.09% from 255 or 9.65% from 549); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF535 is #040ACA. Grayscale: #E1E1E1. Windows color (decimal): -264907 or 3536379. OLE color: 3536379.

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

Color convert

RGB 251 245 53 -
CMYK 0 0.02 0.79 0.02
HSL 58.18º 0.96% 0.6% -
HSV(B) 58.18º 0.79% 0.98% -
XYZ 73.08 86.07 16.13 -
YUV 224.91 30.99 146.61 -
System Red Green Blue C M Y K H S L
Decimal 251 245 53 0 0.02 0.79 0.02 58.18 0.96 0.6
Hex FB F5 35 0 2 4F 2 3A 60 3C
Octal 373 365 65 0 2 117 2 72 140 74
Binary 11111011 11110101 110101 0 10 1001111 10 111010 1100000 111100

Color Harmonies of #FBF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF535

Black with #FBF535

Text Example


Text Example

White with #FBF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF535; }

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

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

background-color css

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

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

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

border-color css

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

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

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