Html Css Color HEX #FBFC2D Gorse

📋 copy color: '#FBFC2D'

red 251 ◦ green 252 ◦ blue 45

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

Shades of Gorse #FBFC2D

Tints of Gorse #FBFC2D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.99%

 BLUE value IS 45 (17.97% from 255) = 8.21%

R = 45.8%
G = 45.99%
B = 8.21%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FBFC2D (or 0xFBFC2D) is known color: Gorse. HEX triplet: FB, FC and 2D. RGB value is (251,252,45). Sum of RGB (Red+Green+Blue) = 251+252+45=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 45 (17.97% from 255 or 8.21% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC2D is #0403D2. Grayscale: #E4E4E4. Windows color (decimal): -263123 or 3013883. OLE color: 3013883.

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

Color convert

RGB 251 252 45 -
CMYK 0.00 0 0.82 0.01
HSL 60.29º 0.97% 0.58% -
HSV(B) 60.29º 0.82% 0.99% -
XYZ 75.07 90.32 15.96 -
YUV 228.1 24.67 144.33 -
System Red Green Blue C M Y K H S L
Decimal 251 252 45 0.00 0 0.82 0.01 60.29 0.97 0.58
Hex FB FC 2D 0 0 52 1 3C 61 3A
Octal 373 374 55 0 0 122 1 74 141 72
Binary 11111011 11111100 101101 0 0 1010010 1 111100 1100001 111010

Color Harmonies of #FBFC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC2D

Black with #FBFC2D

Text Example


Text Example

White with #FBFC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC2D; }

 p { color: rgb(251,252,45); }

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

background-color css

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

 a { background-color: rgb(251,252,45); }

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

border-color css

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

 span { border-color: rgb(251,252,45); }

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