Html Css Color HEX #FBFE2A Gorse

📋 copy color: '#FBFE2A'

red 251 ◦ green 254 ◦ blue 42

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

Shades of Gorse #FBFE2A

Tints of Gorse #FBFE2A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.44%

 BLUE value IS 42 (16.8% from 255) = 7.68%

R = 45.89%
G = 46.44%
B = 7.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FBFE2A (or 0xFBFE2A) is known color: Gorse. HEX triplet: FB, FE and 2A. RGB value is (251,254,42). Sum of RGB (Red+Green+Blue) = 251+254+42=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 42 (16.80% from 255 or 7.68% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFE2A is #0401D5. Grayscale: #E5E5E5. Windows color (decimal): -262614 or 2817787. OLE color: 2817787.

HSL color Cylindrical-coordinate representation of color #FBFE2A: hue angle of 60.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBFE2A is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB 251 254 42 -
CMYK 0.01 0 0.83 0.00
HSL 60.85º 0.99% 0.58% -
HSV(B) 60.85º 0.83% 1% -
XYZ 75.64 91.56 15.88 -
YUV 228.94 22.51 143.74 -
System Red Green Blue C M Y K H S L
Decimal 251 254 42 0.01 0 0.83 0.00 60.85 0.99 0.58
Hex FB FE 2A 1 0 53 0 3D 63 3A
Octal 373 376 52 1 0 123 0 75 143 72
Binary 11111011 11111110 101010 1 0 1010011 0 111101 1100011 111010

Color Harmonies of #FBFE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFE2A

Black with #FBFE2A

Text Example


Text Example

White with #FBFE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFE2A; }

 p { color: rgb(251,254,42); }

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

background-color css

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

 a { background-color: rgb(251,254,42); }

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

border-color css

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

 span { border-color: rgb(251,254,42); }

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