Html Css Color HEX #FBF328 Gorse

📋 copy color: '#FBF328'

red 251 ◦ green 243 ◦ blue 40

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

Shades of Gorse #FBF328

Tints of Gorse #FBF328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.51%

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

R = 47%
G = 45.51%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBF328 (or 0xFBF328) is known color: Gorse. HEX triplet: FB, F3 and 28. RGB value is (251,243,40). Sum of RGB (Red+Green+Blue) = 251+243+40=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 40 (16.02% from 255 or 7.49% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF328 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF328 is #040CD7. Grayscale: #DFDFDF. Windows color (decimal): -265432 or 2683899. OLE color: 2683899.

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

Color convert

RGB 251 243 40 -
CMYK 0 0.03 0.84 0.02
HSL 57.73º 0.96% 0.57% -
HSV(B) 57.73º 0.84% 0.98% -
XYZ 72.22 84.76 14.56 -
YUV 222.25 25.15 148.51 -
System Red Green Blue C M Y K H S L
Decimal 251 243 40 0 0.03 0.84 0.02 57.73 0.96 0.57
Hex FB F3 28 0 3 54 2 3A 60 39
Octal 373 363 50 0 3 124 2 72 140 71
Binary 11111011 11110011 101000 0 11 1010100 10 111010 1100000 111001

Color Harmonies of #FBF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF328

Black with #FBF328

Text Example


Text Example

White with #FBF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF328; }

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

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

background-color css

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

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

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

border-color css

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

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

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