Html Css Color HEX #FBF028 Gorse

📋 copy color: '#FBF028'

red 251 ◦ green 240 ◦ blue 40

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

Shades of Gorse #FBF028

Tints of Gorse #FBF028

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

 BLUE value IS 40 (16.02% from 255) = 7.53%

R = 47.27%
G = 45.2%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBF028 (or 0xFBF028) is known color: Gorse. HEX triplet: FB, F0 and 28. RGB value is (251,240,40). Sum of RGB (Red+Green+Blue) = 251+240+40=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 40 (16.02% from 255 or 7.53% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF028 is #040FD7. Grayscale: #DDDDDD. Windows color (decimal): -266200 or 2683131. OLE color: 2683131.

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

Color convert

RGB 251 240 40 -
CMYK 0 0.04 0.84 0.02
HSL 56.87º 0.96% 0.57% -
HSV(B) 56.87º 0.84% 0.98% -
XYZ 71.33 82.98 14.27 -
YUV 220.49 26.14 149.76 -
System Red Green Blue C M Y K H S L
Decimal 251 240 40 0 0.04 0.84 0.02 56.87 0.96 0.57
Hex FB F0 28 0 4 54 2 39 60 39
Octal 373 360 50 0 4 124 2 71 140 71
Binary 11111011 11110000 101000 0 100 1010100 10 111001 1100000 111001

Color Harmonies of #FBF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF028

Black with #FBF028

Text Example


Text Example

White with #FBF028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF028; }

 p { color: rgb(251,240,40); }

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

background-color css

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

 a { background-color: rgb(251,240,40); }

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

border-color css

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

 span { border-color: rgb(251,240,40); }

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