Html Css Color HEX #FBF23A Gorse

📋 copy color: '#FBF23A'

red 251 ◦ green 242 ◦ blue 58

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

Shades of Gorse #FBF23A

Tints of Gorse #FBF23A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.92%

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

R = 45.55%
G = 43.92%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FBF23A (or 0xFBF23A) is known color: Gorse. HEX triplet: FB, F2 and 3A. RGB value is (251,242,58). Sum of RGB (Red+Green+Blue) = 251+242+58=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 58 (23.05% from 255 or 10.53% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF23A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF23A is #040DC5. Grayscale: #E0E0E0. Windows color (decimal): -265670 or 3863291. OLE color: 3863291.

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

Color convert

RGB 251 242 58 -
CMYK 0 0.04 0.77 0.02
HSL 57.2º 0.96% 0.61% -
HSV(B) 57.2º 0.77% 0.98% -
XYZ 72.3 84.32 16.47 -
YUV 223.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 251 242 58 0 0.04 0.77 0.02 57.2 0.96 0.61
Hex FB F2 3A 0 4 4D 2 39 60 3D
Octal 373 362 72 0 4 115 2 71 140 75
Binary 11111011 11110010 111010 0 100 1001101 10 111001 1100000 111101

Color Harmonies of #FBF23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF23A

Black with #FBF23A

Text Example


Text Example

White with #FBF23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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