Html Css Color HEX #FBF530 Gorse

📋 copy color: '#FBF530'

red 251 ◦ green 245 ◦ blue 48

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

Shades of Gorse #FBF530

Tints of Gorse #FBF530

RGB

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

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

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

R = 46.14%
G = 45.04%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBF530 (or 0xFBF530) is known color: Gorse. HEX triplet: FB, F5 and 30. RGB value is (251,245,48). Sum of RGB (Red+Green+Blue) = 251+245+48=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 48 (19.14% from 255 or 8.82% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF530 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF530 is #040ACF. Grayscale: #E1E1E1. Windows color (decimal): -264912 or 3208699. OLE color: 3208699.

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

Color convert

RGB 251 245 48 -
CMYK 0 0.02 0.81 0.02
HSL 58.23º 0.96% 0.59% -
HSV(B) 58.23º 0.81% 0.98% -
XYZ 72.97 86.03 15.56 -
YUV 224.34 28.49 147.02 -
System Red Green Blue C M Y K H S L
Decimal 251 245 48 0 0.02 0.81 0.02 58.23 0.96 0.59
Hex FB F5 30 0 2 51 2 3A 60 3B
Octal 373 365 60 0 2 121 2 72 140 73
Binary 11111011 11110101 110000 0 10 1010001 10 111010 1100000 111011

Color Harmonies of #FBF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF530

Black with #FBF530

Text Example


Text Example

White with #FBF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF530; }

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

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

background-color css

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

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

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

border-color css

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

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

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